stable

Clone or download

Read-only

request #13678: Update to Psalm 3.4.10

Psalm and its dependencies are updated to the latest versions. This version comes with a nice performance improvement, better management of the templated types and bugfixes. New issues found by this version are fixed and the baseline file is updated. Also took the opportunity to run Psalm on 2 threads by default now that we have solved most (hopefully all) inconsistencies. Change-Id: I7586088f933f7214d9e1dc9ca48be60242bc8f4d

Modified Files

Name
M Makefile +3 −1 Go to diff View file
M plugins/docman/include/Docman_Actions.class.php +4 −0 Go to diff View file
M plugins/docman/include/Docman_Controller.class.php +1 −1 Go to diff View file
M plugins/docman/include/REST/v1/DocmanEmbeddedFilesResource.php +0 −1 Go to diff View file
M plugins/docman/include/REST/v1/DocmanEmptyDocumentsResource.php +0 −1 Go to diff View file
M plugins/docman/include/REST/v1/DocmanFilesResource.php +0 −1 Go to diff View file
M plugins/docman/include/REST/v1/DocmanLinksResource.php +0 −1 Go to diff View file
M plugins/docman/include/REST/v1/DocmanWikiResource.php +0 −1 Go to diff View file
M plugins/docman/include/REST/v1/Metadata/MetadataUpdator.php +1 −5 Go to diff View file
M plugins/docman/include/soap.php +1 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_GetMenuItemsVisitor.class.php +2 −0 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemTreeUlVisitor.class.php +4 −0 Go to diff View file
M plugins/docman/phpunit/REST/v1/Metadata/MetadataUpdatorTest.php +6 −7 Go to diff View file
M plugins/git/include/Git/GitoliteHousekeeping/ChainOfResponsibility/CheckRunningEvents.class.php +13 −3 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_ChartFactory.class.php +9 −8 Go to diff View file
M plugins/statistics/include/Frequencies/GraphDataBuilders/SampleGraph.php +2 −0 Go to diff View file
M plugins/svn/include/SVN/ViewVC/ViewVCProxy.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactFactory.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset_Null.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminderFactory.class.php +3 −5 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_LastUpdateDate.class.php +4 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind.class.php +6 −1 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +2 −2 Go to diff View file
M plugins/tracker_date_reminder/include/TrackerDateReminder_Logger_Prefix.class.php +13 −7 Go to diff View file
M src/common/Project/Admin/ProjectHistoryPresenter.class.php +7 −1 Go to diff View file
M src/common/Project/UGroups/Membership/StaticUGroups/StaticMemberAdder.php +0 −1 Go to diff View file
M src/common/Project/UGroups/Membership/StaticUGroups/StaticMemberRemover.php +0 −1 Go to diff View file
M src/common/cvs/ViewVC/ViewVCProxy.php +2 −2 Go to diff View file
M src/common/frs/FileModuleMonitorFactory.class.php +1 −1 Go to diff View file
D src/common/include/Sanitizer.class.php +0 −45 Go to diff View file
M src/common/include/SimpleSanitizer.class.php +7 −22 Go to diff View file
M src/common/mvc/Actions.class.php +8 −1 Go to diff View file
M src/common/svn/viewvc/ViewVCProxy.php +2 −2 Go to diff View file
M src/common/system_event/SystemEventManager.class.php +1 −1 Go to diff View file
M src/common/tracker/Artifact.class.php +2 −2 Go to diff View file
M src/composer.lock +35 −31 Go to diff View file
M src/utils/launch_system_check.php +12 −1 Go to diff View file
M src/www/include/nusoap.php +4 −0 Go to diff View file
M src/www/project/admin/project_admin_utils.php +3 −2 Go to diff View file
M tests/psalm/tuleap-baseline.xml +93 −1712 Go to diff View file