We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7109931 commit f36f999Copy full SHA for f36f999
1 file changed
phpstan.neon.dist
@@ -16,6 +16,7 @@ parameters:
16
paths:
17
- app
18
- system
19
+ - tests
20
- utils/PHPStan
21
excludePaths:
22
- app/Views/errors/cli/*
@@ -26,6 +27,7 @@ parameters:
26
27
- system/Test/Filters/CITestStreamFilter.php
28
- system/ThirdParty/*
29
- system/Validation/Views/single.php
30
+ - tests/system/View/Views/*
31
scanDirectories:
32
- system/Helpers
33
checkGenericClassInNonGenericObjectType: false
0 commit comments