Skip to content

Commit 8cc4adc

Browse files
committed
chore(ci): use phpstan on tests folder too, initially with baseline
1 parent 729e04d commit 8cc4adc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

phpstan.neon

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#includes:
2-
# - phpstan-baseline.neon
1+
includes:
2+
- phpstan-baseline.neon
33
parameters:
44
reportUnmatchedIgnoredErrors: true
55
dynamicConstantNames:
@@ -8,6 +8,7 @@ parameters:
88
level: 9
99
paths:
1010
- src
11+
- tests
1112
checkMaybeUndefinedVariables: true
1213
ignoreErrors:
1314
# All Yii setters accept `null` but their phpdoc is incorrect.

0 commit comments

Comments
 (0)