stable

Clone or download

Read-only

Merge commit 'refs/changes/95/18695/3' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #14784: Update to Psalm 3.11.2 Change-Id: Ia4e65e1c52fceebeecd96ff5a4e7a89eddda2a39

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AdminController.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/BacklogItem/SubBacklogItemProvider.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/BacklogItemPresenter.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Kanban/ShowKanbanController.php +3 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/BacklogItem.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/BacklogItemCollection.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/BacklogItemCollectionFactory.class.php +22 −22 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/DescendantItemsCollection.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/DescendantItemsFinder.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneReportCriterionOptionsProvider.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Planning/SubmilestoneFinder.class.php +5 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemParentReference.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanColumnsResource.php +9 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanItemRepresentation.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanItemsResource.php +4 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanResource.php +15 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneInfoRepresentation.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneRepresentation.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/SequenceIdManager.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Widget/Kanban.php +8 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/XMLFullStructureExporter.php +3 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouter.class.php +1 −0 Go to diff View file
M plugins/agiledashboard/include/Planning/ArtifactMilestone.class.php +6 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/Milestone.class.php +6 −6 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestonePaneFactory.class.php +18 −18 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningFactory.class.php +16 −5 Go to diff View file
M plugins/agiledashboard/include/Planning/VirtualTopMilestone.class.php +1 −1 Go to diff View file
M plugins/cardwall/include/CardwallConfigXmlExport.class.php +5 −1 Go to diff View file
M plugins/cardwall/include/OnTop/Config.class.php +3 −1 Go to diff View file
M plugins/cardwall/include/OnTop/Config/ColumnCollection.class.php +1 −0 Go to diff View file
M plugins/cardwall/include/OnTop/Config/Command/DeleteMappingFields.class.php +3 −0 Go to diff View file
M plugins/cardwall/include/OnTop/Config/MappedFieldProvider.class.php +3 −1 Go to diff View file
M plugins/cardwall/include/OnTop/Config/TrackerMapping.class.php +1 −1 Go to diff View file
M plugins/cardwall/include/OnTop/ConfigFactory.class.php +3 −0 Go to diff View file
M plugins/cardwall/include/Swimline.class.php +1 −1 Go to diff View file
M plugins/cardwall/include/SwimlineSolo.class.php +1 −1 Go to diff View file
M plugins/cardwall/include/SwimlineTrackerRenderer.class.php +1 −1 Go to diff View file
M plugins/create_test_env/include/CreateTestEnv/CreateTestUser.php +3 −0 Go to diff View file
M plugins/crosstracker/include/CrossTracker/REST/v1/CrossTrackerArtifactReportRepresentation.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/CSV/CSVRepresentationBuilder.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/CSV/Format/BindToValueVisitor.php +3 −0 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/CSV/Format/CSVFormatterVisitor.php +1 −1 Go to diff View file
M plugins/docman/bin/DocmanImport/XMLDocmanImport.class.php +8 −0 Go to diff View file
M plugins/docman/include/ApprovalTable/Reviewer/ReviewerFactory.class.php +1 −1 Go to diff View file
M plugins/docman/include/ApprovalTable/Versionned/VersionnedFactory.class.php +3 −3 Go to diff View file
M plugins/docman/include/Docman_ActionsDeleteVisitor.class.php +4 −1 Go to diff View file
M plugins/docman/include/Docman_ItemFactory.class.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_MetadataFactory.class.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_MetadataHtml.class.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_Widget_Embedded.class.php +3 −3 Go to diff View file
M plugins/docman/include/Docman_WikiController.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/ReferenceManager.class.php +1 −1 Go to diff View file
M plugins/git/include/GitPHP/git/TreeDiff.php +2 −2 Go to diff View file
M plugins/git/include/GitRepository.class.php +1 −1 Go to diff View file
M plugins/git/include/Git_GitoliteDriver.class.php +1 −1 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart.class.php +4 −3 Go to diff View file
M plugins/ldap/include/LDAP.class.php +1 −1 Go to diff View file
M plugins/ldap/include/LDAP_DirectorySynchronization.class.php +1 −1 Go to diff View file
M plugins/ldap/include/LDAP_GroupManager.class.php +1 −1 Go to diff View file
M plugins/ldap/include/LDAP_SVN_Apache_ModPerl.class.php +5 −5 Go to diff View file
M plugins/ldap/include/LDAP_UserManager.class.php +2 −2 Go to diff View file
M plugins/ldap/include/LDAP_UserSync.class.php +5 −1 Go to diff View file
M plugins/mediawiki/include/MediawikiLanguageManager.php +1 −1 Go to diff View file
M plugins/mediawiki/include/XMLMediaWikiExporter.php +1 −1 Go to diff View file
M plugins/proftpd/include/ProFTPd/ProftpdRouter.class.php +3 −1 Go to diff View file
M plugins/projectlinks/include/form_utils.php +2 −2 Go to diff View file
M plugins/projectmilestones/include/Widget/ProjectMilestonesPresenterBuilder.php +3 −0 Go to diff View file
M plugins/statistics/include/ProjectQuotaHtml.class.php +2 −2 Go to diff View file
M plugins/statistics/include/ProjectQuotaManager.class.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/SvnRouter.php +3 −1 Go to diff View file
M plugins/taskboard/include/Column/MilestoneTrackerRetriever.php +5 −1 Go to diff View file
M plugins/taskboard/include/REST/v1/CardRepresentation.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/Campaign/CampaignRetriever.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/Config.class.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/BugRepresentation.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/ExecutionsResource.class.php +9 −5 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/MilestoneRepresentation.class.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/Router.class.php +4 −0 Go to diff View file
M plugins/testmanagement/include/testmanagementPlugin.php +3 −0 Go to diff View file
M plugins/timetracking/include/Timetracking/REST/v1/MinimalArtifactRepresentation.php +1 −1 Go to diff View file
M plugins/timetracking/include/Timetracking/REST/v1/TimetrackingOverviewRepresentationsBuilder.php +6 −0 Go to diff View file
M plugins/timetracking/include/Timetracking/Router.php +4 −0 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactFieldValueArtifactLinksFullRepresentation.class.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactFieldValueFileFullRepresentation.class.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactFieldValueListFullRepresentation.class.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactFieldValuePermissionsOnArtifactFullRepresentation.class.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactFieldValuePermissionsOnArtifactRepresentation.class.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/Artifact/MyArtifactsRepresentation.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/CompleteTrackerRepresentation.class.php +3 −2 Go to diff View file
M plugins/tracker/include/REST/v1/ArtifactsResource.class.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ArtifactChildPresenter.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MyArtifactsCollection.php +3 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/EditRenderer.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php +6 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactLinkInfo.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/Tracker_ArtifactDao.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/CannedResponse/Tracker_CannedResponseFactory.class.php +6 −0 Go to diff View file
M plugins/tracker/include/Tracker/Chart/Burndown.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/ColorPresenterCollection.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminder.class.php +6 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/ArtifactLinksToRender.php +5 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement.class.php +5 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Burndown.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Computed.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Date.class.php +0 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_File.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_LastModifiedBy.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Ugroups.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Priority.class.php +4 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_StaticField.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Hierarchy/Hierarchy.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Hierarchy/HierarchyFactory.class.php +9 −3 Go to diff View file
M plugins/tracker/include/Tracker/Migration/V3.class.php +5 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report.class.php +3 −0 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_RendererFactory.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Rule/List/Dao.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Rule/Tracker_RulesManager.class.php +3 −0 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_SemanticCollection.class.php +3 −2 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/dao/IRetrieveSemanticDARByTracker.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/TrackerFactory.class.php +7 −1 Go to diff View file
M plugins/tracker/include/Tracker/TrackerManager.class.php +5 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Updater/MoveChangesetXMLUpdater.php +6 −0 Go to diff View file
M plugins/tracker/include/TrackerXmlExport.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Field/Transition_PostAction_FieldFactory.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/Transition/Condition/CommentNotEmpty.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/Transition/Condition/FieldNotEmpty.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/Transition/ConditionFactory.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/Transition/ConditionsCollection.class.php +3 −0 Go to diff View file
M plugins/tracker/include/Workflow/Trigger/TriggerRuleCollection.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/Workflow.class.php +5 −1 Go to diff View file
M plugins/tracker/include/Workflow/WorkflowFactory.class.php +3 −0 Go to diff View file
M plugins/tracker/phpunit/Tracker/Hierarchy/TrackerHierarchyFactoryGetParentTest.php +0 −2 Go to diff View file
M plugins/tracker_encryption/include/Tracker_FormElement_Field_Encrypted.class.php +1 −1 Go to diff View file
M plugins/tracker_encryption/include/tracker_encryptionPlugin.php +8 −4 Go to diff View file
M plugins/velocity/include/Velocity/InvalidArtifactRepresentation.php +1 −1 Go to diff View file
M src/common/DB/Compat/Legacy2018/CompatPDODataAccessResult.php +2 −1 Go to diff View file
M src/common/DB/Compat/Legacy2018/LegacyDataAccessResultInterface.php +2 −1 Go to diff View file
M src/common/FRS/FRSFileFactory.class.php +3 −3 Go to diff View file
M src/common/FRS/FileModuleMonitorFactory.class.php +5 −3 Go to diff View file
M src/common/Label/LabelableDao.php +2 −1 Go to diff View file
M src/common/Password/PasswordRegexpValidator.class.php +1 −1 Go to diff View file
M src/common/Project/ProjectXMLExporter.class.php +3 −0 Go to diff View file
M src/common/User/Account/AccessKeyPresenterBuilder.php +0 −1 Go to diff View file
M src/common/User/UserHelper.class.php +1 −1 Go to diff View file
M src/common/User/UserManager.class.php +3 −3 Go to diff View file
M src/common/User/XML/Import/ReadyToBeImportedUser.php +1 −1 Go to diff View file
M src/common/User/XML/Import/UsersToBeImportedCollectionBuilder.php +1 −1 Go to diff View file
M src/common/User/XML/UserXMLExportedCollection.php +3 −0 Go to diff View file
M src/common/Widget/Note/ProjectNote.php +1 −1 Go to diff View file
M src/common/admin/PermissionDelegationPermissionsModalPresenter.php +1 −1 Go to diff View file
M src/common/collection/Map.class.php +1 −1 Go to diff View file
M src/common/dao/ArtifactRuleDao.class.php +1 −1 Go to diff View file
M src/common/dao/ReferenceDao.class.php +3 −3 Go to diff View file
M src/common/dao/SystemEventDao.class.php +1 −1 Go to diff View file
M src/common/dao/UserDao.class.php +1 −1 Go to diff View file
M src/common/dao/WikiDao.class.php +1 −1 Go to diff View file
M src/common/include/XMLConvertor.php +3 −0 Go to diff View file
M src/common/plugin/PluginFactory.class.php +1 −1 Go to diff View file
M src/common/tracker/Artifact.class.php +9 −5 Go to diff View file
M src/common/tracker/ArtifactField.class.php +3 −3 Go to diff View file
M src/common/tracker/ArtifactFieldSetFactory.class.php +1 −1 Go to diff View file
M src/common/tracker/ArtifactImport.class.php +5 −1 Go to diff View file
M src/common/tracker/ArtifactRuleValueView.class.php +1 −1 Go to diff View file
M src/common/tracker/ArtifactXMLNodeHelper.class.php +3 −0 Go to diff View file
M src/common/valid/Rule.class.php +2 −2 Go to diff View file
M src/common/wiki/lib/WikiAttachment.class.php +1 −1 Go to diff View file
M src/common/xml/ProjectXMLMerger.php +3 −0 Go to diff View file
M src/common/xml/SimpleXMLCDATAFactory.class.php +3 −0 Go to diff View file
M src/composer.lock +64 −41 Go to diff View file
M src/www/include/nusoap.php +35 −13 Go to diff View file
M src/www/include/utils.php +1 −1 Go to diff View file