-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.neon
More file actions
22 lines (18 loc) · 631 Bytes
/
phpstan.neon
File metadata and controls
22 lines (18 loc) · 631 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
includes:
- vendor-bin/phpstan/vendor/phpstan/phpstan-phpunit/extension.neon
- vendor-bin/phpstan/vendor/phpstan/phpstan-phpunit/rules.neon
- vendor-bin/phpstan/vendor/phpstan/phpstan-symfony/extension.neon
- vendor-bin/phpstan/vendor/phpstan/phpstan-symfony/rules.neon
parameters:
level: 6
paths:
- %currentWorkingDirectory%/src
- %currentWorkingDirectory%/tests
universalObjectCratesClasses:
- Contao\Model
- Contao\Module
- Contao\Template
- Contao\Form
- Contao\Widget
excludePaths:
- %currentWorkingDirectory%/src/Resources/*