-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Add TYPO3 v13 code phpstan errors for TYPO3v12 to baseline
PHPStan does not understand or respect TYPO3 version conditional based code to make code flows based on the TYPO3 version, which leads to false-positive error reportings. Until a better solution can be provided, we need to add them to the depending phpstan baseline file. Used command(s): ```bash Build/Scripts/runTests.sh -t 12 -p 8.2 -s composerUpdate Build/Scripts/runTests.sh -t 12 -p 8.2 -s phpstanGenerateBaseline Build/Scripts/runTests.sh -t 13 -p 8.2 -s composerUpdate Build/Scripts/runTests.sh -t 13 -p 8.2 -s phpstanGenerateBaseline ```
- Loading branch information
Showing
4 changed files
with
219 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters