stable
Clone or download
Read-only
request #19207: Force usage of self:: for self referencing in PHP classes
No functionnal change expected, this is purely a coding standard modification. Change-Id: Ib03119dd6a434ab472889070b75c2947d174ce71
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneReportCriterionProvider.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/PlanningParameters.class.php | +6 | −6 | Go to diff View file |
M | plugins/docman/include/ApprovalTable/Reviewer/ReviewerFactory.class.php | +2 | −2 | Go to diff View file |
M | plugins/docman/include/Docman_ItemDao.class.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/Docman_ItemFactory.class.php | +2 | −2 | Go to diff View file |
M | plugins/docman/include/Docman_MetadataFactory.class.php | +2 | −2 | Go to diff View file |
M | plugins/docman/include/Docman_SettingsBo.class.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/REST/v1/Metadata/ItemStatusMapper.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Browse.class.php | +2 | −2 | Go to diff View file |
M | plugins/dynamic_credentials/tests/rest/DynamicCredentialsTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/Driver/Gerrit/ProjectCreatorStatus.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/GitPHP/git/Archive.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/GitPHP/git/Pack.php | +15 | −15 | Go to diff View file |
M | plugins/git/include/GitPHP/git/TmpDir.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/gitPlugin.php | +2 | −2 | Go to diff View file |
M | plugins/gitlfs/include/gitlfsPlugin.php | +1 | −1 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_CumulativeFlow.class.php | +3 | −3 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-transformation/GraphOnTrackersV5_CumulativeFlow_DataBuilder.class.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/include/mediawikiPlugin.php | +3 | −3 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/PullRequestMerger.php | +2 | −2 | Go to diff View file |
M | plugins/svn/include/svnPlugin.php | +4 | −4 | Go to diff View file |
M | plugins/testmanagement/include/TestManagement/Step/Definition/Field/StepDefinition.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/ArtifactsDeletion/AsynchronousArtifactsDeletionActionsRunner.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset_Comment.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Permission/ChainOfResponsibility/Command.class.php | +5 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_ReportFactory.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/TrackerManager.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/CIBuild/Transition_PostAction_CIBuild.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Field/Transition_PostAction_Field_Date.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Field/Transition_PostAction_Field_Float.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Field/Transition_PostAction_Field_Int.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/PostAction/Update/TransitionFactory.php | +1 | −1 | Go to diff View file |
M | src/common/FRS/FRSFileFactory.class.php | +2 | −2 | Go to diff View file |
M | src/common/FRS/FRSReleaseFactory.class.php | +1 | −1 | Go to diff View file |
M | src/common/FRS/LicenseAgreement/Admin/SaveLicenseAgreementController.php | +1 | −1 | Go to diff View file |
M | src/common/FRS/LicenseAgreement/Admin/SetDefaultLicenseAgreementController.php | +1 | −1 | Go to diff View file |
M | src/common/Project/Project.class.php | +1 | −1 | Go to diff View file |
M | src/common/User/UserGroup/NameTranslator.php | +6 | −6 | Go to diff View file |
M | src/common/date/TimePeriodWithoutWeekEnd.class.php | +2 | −2 | Go to diff View file |
M | src/common/include/URL.class.php | +3 | −3 | Go to diff View file |
M | src/common/search/SearchTrackerV3.class.php | +1 | −1 | Go to diff View file |
M | src/common/search/SearchWiki.class.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/lib/WikiAttachment.class.php | +6 | −6 | Go to diff View file |
M | src/common/wiki/lib/WikiAttachmentRevision.class.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/PagePerm.php | +2 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiDB/backend.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/pear/DB.php | +2 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/pear/PEAR.php | +6 | −6 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph.php | +3 | −3 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_ttf.inc.php | +4 | −4 | Go to diff View file |
M | tests/phpcs/non-psr-rules.xml | +2 | −0 | Go to diff View file |