-
Notifications
You must be signed in to change notification settings - Fork 4
/
phpstan.neon.dist
24 lines (24 loc) · 1005 Bytes
/
phpstan.neon.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
includes:
- /tools/.composer/vendor-bin/phpstan/vendor/phpstan/phpstan-deprecation-rules/rules.neon
- /tools/.composer/vendor-bin/phpstan/vendor/phpstan/phpstan-strict-rules/rules.neon
- /tools/.composer/vendor-bin/phpstan/vendor/phpstan/phpstan-phpunit/extension.neon
- /tools/.composer/vendor-bin/phpstan/vendor/phpstan/phpstan-symfony/extension.neon
parameters:
checkMissingIterableValueType: false
checkGenericClassInNonGenericObjectType: false
tmpDir: %currentWorkingDirectory%/var/phpqa/phpstan
level: max
paths:
- ./
excludePaths:
- src/Bridge/*/var/*
- src/Bridge/*/vendor/*
- src/Xezilaires/Test/ExampleBundle/XezilairesExampleBundle.php
- src/Xezilaires/var/
- src/Xezilaires/vendor/
- var/
- vendor/
- rector.php
ignoreErrors:
# false positive PHPStan 1.x
- '#Return type \(bool\) of method class@anonymous/src/Xezilaires/Test/FixtureTrait.php:28::getRealPath#'