stable

Clone or download

Read-only

Fix remaining issues found by Psalm when analyzing files individually

The function \group_add_history() is removed. Close request #13292: Integrate vimeo/psalm to the test pipeline Change-Id: I4cb0772c7696b449efc3e3845a43a83595249468

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AdminController.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +2 −1 Go to diff View file
M plugins/statistics/include/DataExportRouter.php +2 −2 Go to diff View file
M plugins/statistics/include/DiskUsageRouter.php +2 −2 Go to diff View file
M plugins/svn/tests/SVN/Repository/HookConfigTest.php +5 −1 Go to diff View file
M plugins/svn/tests/SVN/XMLImporterTest.php +7 −2 Go to diff View file
M src/common/CLI/Command/ImportProjectXMLCommand.php +2 −1 Go to diff View file
M src/common/CLI/Command/PlatformAccessControlCommand.php +4 −2 Go to diff View file
M src/common/Project/OneStepCreation/OneStepCreationController.class.php +2 −1 Go to diff View file
M src/common/Project/ProjectManager.class.php +22 −10 Go to diff View file
M src/common/Project/REST/v1/ProjectResource.class.php +2 −1 Go to diff View file
M src/common/admin/ProjectEdit/ProjectEditController.php +12 −6 Go to diff View file
M src/common/frs/FRSPackageController.php +3 −1 Go to diff View file
M src/common/frs/FRSPermissionCreator.php +11 −4 Go to diff View file
M src/common/frs/FRSReleaseController.php +3 −1 Go to diff View file
M src/common/system_event/include/SystemEvent_PROJECT_RENAME.class.php +10 −12 Go to diff View file
M src/common/tracker/HTML/ArtifactImportHtml.class.php +2 −2 Go to diff View file
M src/www/admin/approve-pending.php +2 −2 Go to diff View file
M src/www/admin/forgeaccess.php +3 −2 Go to diff View file
M src/www/admin/groupedit.php +3 −2 Go to diff View file
M src/www/file/admin/index.php +7 −6 Go to diff View file
M src/www/include/account.php +1 −2 Go to diff View file
M src/www/project/admin/permission_request.php +1 −1 Go to diff View file
M src/www/project/admin/permissions.php +4 −2 Go to diff View file
M src/www/project/admin/project_admin_utils.php +0 −33 Go to diff View file
M src/www/project/admin/ugroup_utils.php +4 −4 Go to diff View file
M src/www/project/admin/userperms.php +2 −2 Go to diff View file
M src/www/soap/project/index.php +2 −1 Go to diff View file
M src/www/tracker/index.php +1 −1 Go to diff View file
M tests/integration/ProjectCreationTest.php +2 −1 Go to diff View file
M tests/integration/ProjectImportTest.php +2 −1 Go to diff View file
M tests/phpunit/common/Project/ProjectManagerTest.php +6 −1 Go to diff View file
M tests/simpletest/common/Project/ProjectManagerTest.php +5 −1 Go to diff View file