stable

Clone or download

Read-only

Correct psalm errors on Stub and Builder namespaces

part of request #23044 Program management: add psalm in unit test In order to ease review I split the commit in small part At term, psalm.xml will be run on whole `tests\unit` folder instead of only `Adapter`, `Stub` and `Builder` namespaces How to test CI should be executed without errors Change-Id: If43d333441cae29fc94853cb0be7d8a8bee75aac

Modified Files

Name
M plugins/program_management/tests/unit/Builder/IterationIdentifierBuilder.php +7 −1 Go to diff View file
M plugins/program_management/tests/unit/Builder/MirroredProgramIncrementIdentifierBuilder.php +7 −1 Go to diff View file
M plugins/program_management/tests/unit/Builder/PendingIterationCreationBuilder.php +7 −1 Go to diff View file
M plugins/program_management/tests/unit/Builder/ProgramIncrementCreationBuilder.php +8 −2 Go to diff View file
M plugins/program_management/tests/unit/Builder/ProgramIncrementTrackerIdentifierBuilder.php +7 −1 Go to diff View file
M plugins/program_management/tests/unit/Builder/ProgramIncrementUpdateBuilder.php +8 −2 Go to diff View file
M plugins/program_management/tests/unit/Stub/AddChangesetStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/ArtifactCreatedEventStub.php +9 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/ArtifactIdentifierStub.php +3 −0 Go to diff View file
M plugins/program_management/tests/unit/Stub/ArtifactLinkFieldReferenceStub.php +3 −0 Go to diff View file
M plugins/program_management/tests/unit/Stub/ArtifactUpdatedEventStub.php +9 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/BindValueIdentifierStub.php +3 −0 Go to diff View file
M plugins/program_management/tests/unit/Stub/BindValueLabelStub.php +3 −0 Go to diff View file
M plugins/program_management/tests/unit/Stub/ChangesetIdentifierStub.php +3 −0 Go to diff View file
M plugins/program_management/tests/unit/Stub/ContentStoreStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/DescriptionFieldReferenceStub.php +3 −0 Go to diff View file
M plugins/program_management/tests/unit/Stub/EndPeriodFieldReferenceStub.php +3 −0 Go to diff View file
M plugins/program_management/tests/unit/Stub/MapStatusByValueStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/MirroredTimeboxIdentifierStub.php +3 −0 Go to diff View file
M plugins/program_management/tests/unit/Stub/ProgramIncrementCreationEventStub.php +3 −0 Go to diff View file
M plugins/program_management/tests/unit/Stub/ProgramIncrementUpdateEventStub.php +3 −0 Go to diff View file
M plugins/program_management/tests/unit/Stub/ProjectIdentifierStub.php +3 −0 Go to diff View file
M plugins/program_management/tests/unit/Stub/ProjectReferenceStub.php +3 −0 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveArtifactLinkFieldStub.php +3 −0 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveMirroredProgramIncrementFromTeamStub.php +3 −0 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveTrackerFromFieldStub.php +0 −3 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveTrackerOfArtifactStub.php +4 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveUserStub.php +5 −5 Go to diff View file
M plugins/program_management/tests/unit/Stub/StartDateFieldReferenceStub.php +3 −0 Go to diff View file
M plugins/program_management/tests/unit/Stub/StatusFieldReferenceStub.php +3 −0 Go to diff View file
M plugins/program_management/tests/unit/Stub/SubmissionDateStub.php +3 −0 Go to diff View file
M plugins/program_management/tests/unit/Stub/TextFieldValueStub.php +3 −0 Go to diff View file
M plugins/program_management/tests/unit/Stub/TitleFieldReferenceStub.php +3 −0 Go to diff View file
M plugins/program_management/tests/unit/Stub/TrackerIdentifierStub.php +3 −0 Go to diff View file
M plugins/program_management/tests/unit/Stub/TrackerReferenceStub.php +4 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/UserIdentifierStub.php +3 −0 Go to diff View file
M plugins/program_management/tests/unit/Stub/UserReferenceStub.php +3 −0 Go to diff View file
M tests/psalm/psalm.xml +2 −0 Go to diff View file