Skip to content

Commit ee3f56c

Browse files
committed
QA: update phpstan
1 parent 60c7c54 commit ee3f56c

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

phpstan.neon

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
includes:
2-
- vendor/phpstan/phpstan-deprecation-rules/rules.neon
3-
- vendor/phpstan/phpstan-nette/extension.neon
4-
- vendor/phpstan/phpstan-nette/rules.neon
5-
- vendor/phpstan/phpstan-strict-rules/rules.neon
2+
- vendor/contributte/phpstan/phpstan.neon
3+
4+
parameters:
5+
level: 9
6+
phpVersion: 80100
7+
8+
scanDirectories:
9+
- src
10+
11+
fileExtensions:
12+
- php
13+
14+
paths:
15+
- src
16+
- .docs
17+
18+
ignoreErrors:

0 commit comments

Comments
 (0)