stable

Clone or download

Read-only

request #13360: PHP class constants should always have an explicit visibility

See git #tuleap/stable/17e1688e983379455ddb7ab421a0b55b8595d3af for more information. Change-Id: Ia88b7b18c32a8ff0e390f5a94bfafee90485c11b

Modified Files

Name
M include/RealTime/RealTimeMessageSender.php +7 −7 Go to diff View file
M include/TestManagement/Event/GetItemsFromMilestone.php +1 −1 Go to diff View file
M include/TestManagement/Event/GetMilestone.php +1 −1 Go to diff View file
M include/TestManagement/Nature/NatureCoveredByPresenter.php +1 −1 Go to diff View file
M include/TestManagement/REST/v1/CampaignRepresentation.class.php +8 −8 Go to diff View file
M include/TestManagement/REST/v1/CampaignsResource.class.php +1 −1 Go to diff View file
M include/TestManagement/REST/v1/DefinitionRepresentation.php +2 −2 Go to diff View file
M include/TestManagement/REST/v1/DefinitionSelector.php +4 −4 Go to diff View file
M include/TestManagement/REST/v1/ExecutionRepresentation.php +8 −8 Go to diff View file
M include/TestManagement/REST/v1/ExecutionsResource.class.php +3 −3 Go to diff View file
M include/TestManagement/REST/v1/MinimalDefinitionRepresentation.php +4 −4 Go to diff View file
M include/TestManagement/REST/v1/NodeReferenceRepresentation.php +2 −2 Go to diff View file
M include/TestManagement/REST/v1/ProjectResource.class.php +1 −1 Go to diff View file
M include/TestManagement/Step/Definition/Field/StepDefinition.php +2 −2 Go to diff View file
M include/TestManagement/Step/Execution/Field/StepExecution.php +2 −2 Go to diff View file
M include/TestManagement/TestManagementController.php +1 −1 Go to diff View file
M include/TestManagement/XML/Exporter.php +4 −4 Go to diff View file
M include/TestManagement/XML/XMLImport.php +4 −4 Go to diff View file
M phpunit/TestManagement/AdminControllerTest.php +5 −5 Go to diff View file
M tests/rest/TestManagementDataBuilder.php +5 −5 Go to diff View file