stable

Clone or download

Read-only

request #13902: Fix all PSR-2 rules that can be autofixed by PHP_CodeSniffer

This change has been fully automated with phpcbf. Change-Id: Ie55bfa38708417c4b77b955a405f755678e09505

Modified Files

Name
M db/mysql/updates/2015/201505061050_rename_to_trafficlights.php +20 −10 Go to diff View file
M db/mysql/updates/2017/201708101140_add_issue_tracker_to_trafficlights.php +0 −2 Go to diff View file
M db/mysql/updates/2017/201709111000_rename_db_tables.php +10 −7 Go to diff View file
M include/TestManagement/AdminController.class.php +0 −1 Go to diff View file
M include/TestManagement/AgileDashboardPaneInfo.php +0 −1 Go to diff View file
M include/TestManagement/ArtifactDao.php +6 −3 Go to diff View file
M include/TestManagement/ArtifactFactory.php +2 −1 Go to diff View file
M include/TestManagement/Breadcrumbs/Breadcrumbs.php +1 −1 Go to diff View file
M include/TestManagement/Breadcrumbs/NoCrumb.php +2 −1 Go to diff View file
M include/TestManagement/Campaign/AutomatedTests/NoJobConfiguredForCampaignException.php +1 −1 Go to diff View file
M include/TestManagement/Campaign/Campaign.php +1 −1 Go to diff View file
M include/TestManagement/Config.class.php +14 −7 Go to diff View file
M include/TestManagement/ConfigConformanceValidator.class.php +12 −6 Go to diff View file
M include/TestManagement/Criterion/ISearchOnMilestone.php +2 −2 Go to diff View file
M include/TestManagement/Criterion/ISearchOnStatus.php +2 −1 Go to diff View file
M include/TestManagement/Criterion/MilestoneAll.php +2 −2 Go to diff View file
M include/TestManagement/Criterion/MilestoneFilter.php +4 −3 Go to diff View file
M include/TestManagement/Criterion/StatusAll.php +2 −1 Go to diff View file
M include/TestManagement/Criterion/StatusClosed.php +2 −1 Go to diff View file
M include/TestManagement/Criterion/StatusOpen.php +2 −1 Go to diff View file
M include/TestManagement/Dao.class.php +4 −2 Go to diff View file
M include/TestManagement/Event/GetItemsFromMilestone.php +0 −1 Go to diff View file
M include/TestManagement/Event/GetMilestone.php +0 −1 Go to diff View file
M include/TestManagement/FirstConfigCreator.class.php +2 −3 Go to diff View file
M include/TestManagement/IndexPresenter.class.php +4 −2 Go to diff View file
M include/TestManagement/LabelFieldNotFoundException.class.php +4 −3 Go to diff View file
M include/TestManagement/MalformedQueryParameterException.php +4 −2 Go to diff View file
M include/TestManagement/QueryToCriterionConverter.php +8 −6 Go to diff View file
M include/TestManagement/REST/ResourcesInjector.class.php +6 −3 Go to diff View file
M include/TestManagement/REST/v1/ArtifactNodeBuilder.php +20 −11 Go to diff View file
M include/TestManagement/REST/v1/ArtifactNodeDao.php +10 −5 Go to diff View file
M include/TestManagement/REST/v1/AssignedToRepresentationBuilder.php +6 −3 Go to diff View file
M include/TestManagement/REST/v1/CampaignRepresentationBuilder.php +3 −2 Go to diff View file
M include/TestManagement/REST/v1/DefinitionsResource.class.php +8 −4 Go to diff View file
M include/TestManagement/REST/v1/ExecutionCreator.class.php +6 −3 Go to diff View file
M include/TestManagement/REST/v1/ExecutionsResource.class.php +17 −10 Go to diff View file
M include/TestManagement/REST/v1/MinimalDefinitionRepresentation.php +0 −1 Go to diff View file
M include/TestManagement/REST/v1/NodeBuilderFactory.php +8 −4 Go to diff View file
M include/TestManagement/REST/v1/NodeReferenceRepresentation.php +2 −1 Go to diff View file
M include/TestManagement/REST/v1/NodeRepresentation.php +2 −2 Go to diff View file
M include/TestManagement/REST/v1/NodesResource.class.php +10 −5 Go to diff View file
M include/TestManagement/REST/v1/PaginatedCampaignsRepresentations.php +8 −6 Go to diff View file
M include/TestManagement/REST/v1/PreviousResultRepresentation.php +2 −1 Go to diff View file
M include/TestManagement/REST/v1/ProjectResource.class.php +20 −10 Go to diff View file
M include/TestManagement/REST/v1/RequirementRetriever.php +1 −1 Go to diff View file
M include/TestManagement/REST/v1/SlicedExecutionRepresentations.php +8 −4 Go to diff View file
M include/TestManagement/Router.class.php +15 −9 Go to diff View file
M include/TestManagement/StartTestManagementController.php +10 −8 Go to diff View file
M include/TestManagement/StartTestManagementPresenter.php +0 −1 Go to diff View file
M include/TestManagement/Step/Definition/Field/ViewAdmin.php +1 −1 Go to diff View file
M include/TestManagement/TestManagementController.php +6 −3 Go to diff View file
M include/TestManagement/XML/XMLImport.php +1 −2 Go to diff View file
M include/testmanagementPlugin.class.php +12 −6 Go to diff View file
M phpunit/TestManagement/AdminControllerTest.php +2 −2 Go to diff View file
M phpunit/TestManagement/ConfigConformanceValidatorTest.php +10 −5 Go to diff View file
M phpunit/TestManagement/NatureCoveredByOverriderTest.php +0 −2 Go to diff View file
M phpunit/bootstrap.php +0 −1 Go to diff View file
M tests/rest/TestManagement/CampaignsTest.php +2 −2 Go to diff View file
M tests/rest/TestManagementDataBuilder.php +2 −1 Go to diff View file
M tests/rest/init_test_data.php +1 −1 Go to diff View file