We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f39876 commit 7188c0bCopy full SHA for 7188c0b
Makefile
@@ -26,4 +26,4 @@ cs-fix:
26
27
.PHONY: phpstan
28
phpstan:
29
- php vendor/bin/phpstan analyse -c phpstan.neon src tests
+ php vendor/bin/phpstan analyse -c phpstan.neon
phpstan.neon
@@ -8,5 +8,9 @@ parameters:
8
level: 8
9
resultCachePath: tmp/resultCache.php
10
11
+ paths:
12
+ - src
13
+ - tests
14
+
15
excludePaths:
16
- tests/*/data/*
0 commit comments