stable

Clone or download

Read-only

Merge commit 'refs/changes/19/29619/2' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: chore: Implement request #35060 Force indentation of chained method calls Change-Id: I2a28a0c0b79a2ee82489e8de15971bf00f446879

Modified Files

Name
M plugins/cardwall/include/UserPreferences/UserPreferencesAutostack.class.php +2 −2 Go to diff View file
M plugins/docman/include/REST/v1/DocmanFoldersResource.php +6 −6 Go to diff View file
M plugins/docman/tests/rest/Docman/SearchTest.php +2 −2 Go to diff View file
M plugins/docman/tests/unit/ApprovalTable/ApprovalTableRetrieverTest.php +14 −14 Go to diff View file
M plugins/docman/tests/unit/REST/v1/DocmanItemCreatorTest.php +38 −38 Go to diff View file
M plugins/docman/tests/unit/REST/v1/DocmanItemUpdatorTest.php +15 −15 Go to diff View file
M plugins/docman/tests/unit/REST/v1/ItemRepresentationCollectionBuilderTest.php +2 −2 Go to diff View file
M plugins/docman/tests/unit/REST/v1/Metadata/HardcodedMetadataObsolescenceDateRetrieverTest.php +14 −14 Go to diff View file
M plugins/docman/tests/unit/REST/v1/Metadata/HardcodedMetdataObsolescenceDateCheckerTest.php +11 −11 Go to diff View file
M plugins/docman/tests/unit/REST/v1/Metadata/MetadataUpdatorTest.php +4 −4 Go to diff View file
M plugins/docman/tests/unit/Upload/Document/DocumentMetadataCreatorTest.php +7 −7 Go to diff View file
M plugins/git/include/Git/Driver/GerritREST.class.php +27 −27 Go to diff View file
M plugins/git/tests/unit/Git/Repository/View/FilesHeaderPresenterBuilderTest.php +27 −27 Go to diff View file
M plugins/git/tests/unit/Gitolite/GitoliteAccessURLGeneratorTest.php +6 −6 Go to diff View file
M plugins/git/tests/unit/HTTP/HTTPAccessControlTest.php +8 −8 Go to diff View file
M plugins/gitlab/tests/unit/Admin/GitLabLinkGroupControllerTest.php +4 −4 Go to diff View file
M plugins/gitlab/tests/unit/Group/GroupLinkSynchronizerTest.php +4 −4 Go to diff View file
M plugins/gitlab/tests/unit/Group/GroupLinkUpdaterTest.php +3 −3 Go to diff View file
M plugins/graphontrackersv5/include/GraphOnTrackersV5_Renderer.class.php +4 −4 Go to diff View file
M plugins/hudson_git/tests/unit/HudsonGit/Hook/JenkinsClientTest.php +2 −2 Go to diff View file
M plugins/mediawiki/tests/unit/CleanUnusedTest.php +83 −83 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Events/CanSubmitNewEventProxyTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/AsynchronousCreation/IterationUpdateDispatcherTest.php +5 −5 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/Workflow/AddToTopBacklogPostActionFactoryTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/DisplayAdminProgramManagementControllerTest.php +6 −6 Go to diff View file
M plugins/taskboard/tests/unit/REST/v1/Card/CardPatcherTest.php +8 −8 Go to diff View file
M plugins/taskboard/tests/unit/REST/v1/RemainingEffortRepresentationBuilderTest.php +4 −4 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/ProjectResource.class.php +10 −10 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/REST/v1/DefinitionRepresentations/DefinitionRepresentationBuilderTest.php +22 −22 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/REST/v1/DefinitionRepresentations/StepDefinitionRepresentations/StepDefinitionRepresentationBuilderTest.php +6 −6 Go to diff View file
M plugins/timetracking/include/Timetracking/Time/TimeDao.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminderRenderer.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/File/Upload/UploadPathAllocator.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElementFactory.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Notifications/TrackerForceNotificationsLevelCommand.php +10 −10 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_ReportFactory.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_RendererFactory.class.php +27 −27 Go to diff View file
M plugins/tracker/include/Tracker/Rule/Date/Factory.class.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/Rule/List.class.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/Rule/List/Factory.class.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Rule/Tracker_RuleFactory.class.php +17 −17 Go to diff View file
M plugins/tracker/include/Tracker/Rule/Tracker_RulesManager.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +2 −2 Go to diff View file
M plugins/tracker/include/trackerPlugin.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Artifact/XMLImport/TrackerArtifactXMLImportArtifactFieldsDataBuilderTest.php +6 −6 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/MailGateway/Tracker_Artifact_MailGateway_IncomingMessageFactoryTest.php +6 −6 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/BurndownCalculatorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/ChartConfigurationValueCheckerTest.php +12 −12 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/Burndown/BurndownCacheGenerationCheckerTest.php +7 −7 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/File/TrackerFormElementFieldFileTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/PermissionsOnArtifact/Tracker_FormElement_Field_PermissionsOnArtifactTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/String/TrackerFormElementFieldStringRESTTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/String/TrackerFormElementFieldStringTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_MultiSelectboxTest.php +7 −7 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_TextTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/InvalidFields/ArtifactSubmitterCheckerTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Report/TrackerReportRendererTableTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Rules/Date/Tracker_Rule_Date_FactoryTest.php +8 −8 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Rules/List/Tracker_Rule_List_FactoryTest.php +5 −5 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Rules/Tracker_RuleFactoryTest.php +18 −18 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Rules/Tracker_Rule_ListTest.php +11 −10 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Status/StatusValueRetrieverTest.php +37 −40 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/SemanticTimeframeBuilderTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Tracker_ArtifactFactoryTest.php +28 −28 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/XMLTrackerTest.php +13 −13 Go to diff View file
M plugins/velocity/tests/unit/Velocity/JiraImporter/AddVelocityToScrumTemplateTest.php +6 −6 Go to diff View file
M src/common/Project/Registration/Template/IssuesTemplateDashboardDefinition.php +23 −23 Go to diff View file
M tests/lib/GlobalLanguageMock.php +6 −6 Go to diff View file
M tests/lib/Stubs/WebAuthn/PasskeyStub.php +4 −4 Go to diff View file
M tests/phpcs/non-psr-rules.xml +23 −5 Go to diff View file
M tests/rest/tests/ArtifactFilesTest.php +1 −1 Go to diff View file
M tests/unit/common/Include/UrlVerification/URLVerificationRedirectionTests.php +4 −4 Go to diff View file
M tests/unit/common/Project/Service/ServicePOSTDataBuilderTest.php +58 −58 Go to diff View file
M tests/unit/common/User/Account/Register/DisplayRegisterFormControllerTest.php +8 −8 Go to diff View file
M tests/unit/common/User/Account/Register/ProcessRegisterFormControllerTest.php +6 −6 Go to diff View file