diff options
Diffstat (limited to 'phpstan.neon')
-rw-r--r-- | phpstan.neon | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/phpstan.neon b/phpstan.neon new file mode 100644 index 00000000..d170e0e6 --- /dev/null +++ b/phpstan.neon | |||
@@ -0,0 +1,15 @@ | |||
1 | includes: | ||
2 | - vendor/phpstan/phpstan-phpunit/extension.neon | ||
3 | - vendor/phpstan/phpstan-symfony/extension.neon | ||
4 | - vendor/phpstan/phpstan-doctrine/extension.neon | ||
5 | - vendor/phpstan/phpstan-phpunit/rules.neon | ||
6 | |||
7 | parameters: | ||
8 | symfony: | ||
9 | container_xml_path: %rootDir%/../../../var/cache/test/appTestDebugProjectContainer.xml | ||
10 | |||
11 | # https://github.com/phpstan/phpstan/issues/694#issuecomment-350724288 | ||
12 | autoload_files: | ||
13 | - vendor/bin/.phpunit/phpunit-7.4/vendor/autoload.php | ||
14 | |||
15 | inferPrivatePropertyTypeFromConstructor: true | ||