1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,19 @@ |
1 |
+includes: |
|
2 |
+ - tools/phpstan/vendor/phpstan/phpstan-phpunit/extension.neon |
|
3 |
+ - tools/phpstan/vendor/phpstan/phpstan-phpunit/rules.neon |
|
4 |
+ - tools/phpstan/vendor/phpstan/phpstan-symfony/extension.neon |
|
5 |
+ - tools/phpstan/vendor/phpstan/phpstan-symfony/rules.neon |
|
6 |
+ |
|
7 |
+parameters: |
|
8 |
+ level: 6 |
|
9 |
+ |
|
10 |
+ paths: |
|
11 |
+ - %currentWorkingDirectory%/src |
|
12 |
+ - %currentWorkingDirectory%/tests |
|
13 |
+ |
|
14 |
+ universalObjectCratesClasses: |
|
15 |
+ - Contao\Model |
|
16 |
+ - Contao\Template |
|
17 |
+ |
|
18 |
+ excludePaths: |
|
19 |
+ - %currentWorkingDirectory%/src/Resources/* |