stable

Clone or download

Read-only

Fix UndefinedClass and UndefinedDocblockClass found by Psalm in individual files

The issues are mostly due to an incorrect case in the class name. PHP itself is not case sensitive but Composer's autoloader is so if the class has not already been loaded the analysis fails. Those issues have been found by analyzing each files of the codebase individually (resulting report is attached to the request). Part of request #13292: Integrate vimeo/psalm to the test pipeline Change-Id: I58a463d79f2ac5f946e3b0d2a345278247f69f36

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/KanbanFactory.class.php +4 −4 Go to diff View file
M plugins/git/include/GitPHP/controller/Controller_Blame.php +0 −8 Go to diff View file
M plugins/git/include/GitPHP/controller/Controller_Blob.php +0 −8 Go to diff View file
M plugins/git/include/GitPHP/controller/Controller_Blobdiff.php +0 −8 Go to diff View file
M plugins/git/include/GitPHP/controller/Controller_Commit.php +0 −8 Go to diff View file
M plugins/git/include/GitPHP/controller/Controller_Commitdiff.php +0 −8 Go to diff View file
M plugins/git/include/GitPHP/controller/Controller_History.php +0 −8 Go to diff View file
M plugins/git/include/GitPHP/controller/Controller_Log.php +0 −8 Go to diff View file
M plugins/git/include/GitPHP/controller/Controller_Message.php +0 −8 Go to diff View file
M plugins/git/include/GitPHP/controller/Controller_Search.php +0 −8 Go to diff View file
M plugins/git/include/GitPHP/controller/Controller_Tree.php +0 −8 Go to diff View file
M plugins/git/include/GitPHP/git/Commit.php +2 −2 Go to diff View file
M plugins/git/include/GitPHP/git/FileDiff.php +2 −2 Go to diff View file
M plugins/git/include/GitRepositoryFactory.class.php +2 −2 Go to diff View file
M plugins/gitlfs/include/HTTP/LFSAPIHTTPAccessControl.php +2 −2 Go to diff View file
M plugins/gitlfs/include/LFSJSONHTTPDispatchable.php +2 −2 Go to diff View file
M plugins/proftpd/include/proftpdPlugin.class.php +2 −2 Go to diff View file
M plugins/svn/include/SVN/Hooks/PreCommit.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue.class.php +6 −7 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_ArtifactLink.class.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_List.class.php +4 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_OpenList.class.php +8 −6 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_PermissionsOnArtifact.class.php +8 −7 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_String.class.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_Text.class.php +5 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Static.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_UsersValue.class.php +4 −5 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic.class.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Status.class.php +3 −3 Go to diff View file
M plugins/tracker_encryption/include/ChangesetValue.php +3 −4 Go to diff View file
M plugins/tracker_encryption/include/EncryptionKeySettings_Presenter.class.php +2 −2 Go to diff View file
M src/common/Dashboard/Project/ProjectDashboardController.php +1 −1 Go to diff View file
M src/common/Error/PermissionDeniedMailSender.php +2 −2 Go to diff View file
M src/common/Project/Group.class.php +2 −2 Go to diff View file
M src/common/User/Admin/UserListSearchFieldsPresenter.php +2 −2 Go to diff View file
M src/common/User/ForgeUserGroupManager.class.php +3 −3 Go to diff View file
M src/common/User/PendingUserNotifier.php +2 −2 Go to diff View file
M src/common/User/REST/v1/UserResource.php +4 −4 Go to diff View file
M src/common/svn/immutable_tags/SVN_Immutable_Tags_Handler.php +2 −2 Go to diff View file
M src/www/themes/BurningParrot/HomePagePresenter.php +2 −2 Go to diff View file