[TASK] Update to PHPStan 1.8.9
This update gets rid of some false positives. Run commands: > composer req --dev phpstan/phpstan:^1.8.9 > ./Build/Scripts/runTests.sh -s phpstanGenerateBaseline Resolves: #98610 Releases: main, 11.5 Change-Id: I65425faaf3c9b0f08bacb6fa56e60b97ca905ed1 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76111 Tested-by:core-ci <typo3@b13.com> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
... | ... | @@ -113,7 +113,7 @@ |
"php-webdriver/webdriver": "^1.13.0", | ||
"phpspec/prophecy": "^1.15.0", | ||
"phpspec/prophecy-phpunit": "^2.0.1", | ||
"phpstan/phpstan": "^1.8.8", | ||
"phpstan/phpstan": "^1.8.9", | ||
"phpstan/phpstan-phpunit": "^1.1.1", | ||
"phpunit/phpunit": "^9.5.25", | ||
"typo3/cms-styleguide": "~12.0@dev", | ||
... | ... |
Please register or sign in to comment