stable

Clone or download

Read-only

request #14686: Be consistent with the spacing around casts, functions, operators and arrays

Change-Id: Ib55cd028a2b84c8cff4d4032dc46de72979b50de

Modified Files

Name
M include/TestManagement/AdminController.class.php +3 −3 Go to diff View file
M include/TestManagement/AgileDashboardPaneInfo.php +2 −2 Go to diff View file
M include/TestManagement/Config.class.php +1 −1 Go to diff View file
M include/TestManagement/FirstConfigCreator.class.php +4 −4 Go to diff View file
M include/TestManagement/IndexController.class.php +1 −1 Go to diff View file
M include/TestManagement/MalformedQueryParameterException.php +1 −1 Go to diff View file
M include/TestManagement/REST/v1/ArtifactNodeBuilder.php +1 −1 Go to diff View file
M include/TestManagement/REST/v1/ArtifactNodeDao.php +3 −3 Go to diff View file
M include/TestManagement/REST/v1/CampaignCreator.class.php +4 −4 Go to diff View file
M include/TestManagement/REST/v1/CampaignRepresentationBuilder.php +0 −1 Go to diff View file
M include/TestManagement/REST/v1/CampaignsResource.class.php +2 −2 Go to diff View file
M include/TestManagement/REST/v1/DefinitionSelector.php +1 −1 Go to diff View file
M include/TestManagement/REST/v1/ExecutionCreator.class.php +2 −2 Go to diff View file
M include/TestManagement/REST/v1/ExecutionRepresentation.php +1 −1 Go to diff View file
M include/TestManagement/REST/v1/ExecutionsResource.class.php +5 −6 Go to diff View file
M include/TestManagement/REST/v1/NodesResource.class.php +2 −2 Go to diff View file
M include/TestManagement/REST/v1/TestStatusAccordingToStepsStatusChangesBuilder.php +0 −1 Go to diff View file
M include/TestManagement/Router.class.php +2 −3 Go to diff View file
M include/TestManagement/StartTestManagementController.php +1 −1 Go to diff View file
M include/TestManagement/Step/Definition/Field/StepDefinitionChangesetValue.php +0 −1 Go to diff View file
M include/TestManagement/Step/Execution/Field/StepExecutionChangesetValue.php +0 −1 Go to diff View file
M include/TestManagement/Step/StepPresenter.php +0 −1 Go to diff View file
M include/TestManagement/TestManagementController.php +2 −2 Go to diff View file
M include/TestManagement/TestManagementPluginDescriptor.class.php +1 −1 Go to diff View file
M include/TestManagement/XML/Exporter.php +1 −1 Go to diff View file
M include/TestManagement/XML/ImportXMLFromTracker.php +10 −12 Go to diff View file
M include/TestManagement/XML/XMLImport.php +2 −2 Go to diff View file
M include/constants.php +2 −2 Go to diff View file
M include/testmanagementPlugin.php +4 −4 Go to diff View file
M phpunit/TestManagement/CampaignCreatorTest.php +1 −1 Go to diff View file
M phpunit/TestManagement/ConfigConformanceValidatorTest.php +1 −1 Go to diff View file
M phpunit/TestManagement/FirstConfigCreatorTest.php +5 −5 Go to diff View file
M phpunit/TestManagement/NatureCoveredByOverriderTest.php +1 −1 Go to diff View file
M tests/rest/TestManagement/BaseTest.php +1 −1 Go to diff View file
M tests/rest/TestManagement/CampaignsTest.php +5 −5 Go to diff View file
M tests/rest/TestManagement/DefinitionsTest.php +2 −2 Go to diff View file
M tests/rest/TestManagement/ExecutionsTest.php +10 −10 Go to diff View file
M tests/rest/TestManagement/ProjectTest.php +1 −1 Go to diff View file
M tests/rest/TestManagementDataBuilder.php +1 −1 Go to diff View file
M tests/rest/bootstrap.php +2 −2 Go to diff View file
M tests/rest/init_test_data.php +1 −1 Go to diff View file