aboutsummaryrefslogtreecommitdiffhomepage
path: root/phpstan.neon
diff options
context:
space:
mode:
Diffstat (limited to 'phpstan.neon')
-rw-r--r--phpstan.neon4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpstan.neon b/phpstan.neon
index dfbc97ac..d170e0e6 100644
--- a/phpstan.neon
+++ b/phpstan.neon
@@ -10,4 +10,6 @@ parameters:
10 10
11 # https://github.com/phpstan/phpstan/issues/694#issuecomment-350724288 11 # https://github.com/phpstan/phpstan/issues/694#issuecomment-350724288
12 autoload_files: 12 autoload_files:
13 - vendor/bin/.phpunit/phpunit-6.5/vendor/autoload.php 13 - vendor/bin/.phpunit/phpunit-7.4/vendor/autoload.php
14
15 inferPrivatePropertyTypeFromConstructor: true