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 (#1624)
This will help avoid it suggesting things that are only possile in later PHP versions.
This commit is contained in:
parent
343f79ca7d
commit
d7c30bd54b
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue