Skip to content

Commit ece5633

Browse files
authored
[TASK] Configure the target PHP version for PHPStan (#1216)
This will help avoid it suggesting things that are only possile in later PHP versions. Fixes #1214
1 parent 734c72e commit ece5633

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/phpstan.neon

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ parameters:
66
# Don't be overly greedy on machines with more CPU's to be a good neighbor especially on CI
77
maximumNumberOfProcesses: 5
88

9+
phpVersion: 70200
10+
911
level: 3
1012

1113
paths:

0 commit comments

Comments
 (0)