mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2025-04-25 05:10:50 +02:00

[TASK] Configure the target PHP version for PHPStan ()

This will help avoid it suggesting things that are only
possile in later PHP versions.
This commit is contained in:
Oliver Klee 2025-03-25 18:57:50 +01:00 committed by GitHub
parent 343f79ca7d
commit d7c30bd54b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,6 +6,8 @@ includes:
- .Build/vendor/spaze/phpstan-disallowed-calls/disallowed-loose-calls.neon
parameters:
phpVersion: 80100
parallel:
# Don't be overly greedy on machines with more CPU's to be a good neighbor especially on CI
maximumNumberOfProcesses: 5