aboutsummaryrefslogtreecommitdiffhomepage
path: root/phpstan.neon
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2019-07-09 11:53:49 +0200
committerGitHub <noreply@github.com>2019-07-09 11:53:49 +0200
commitff8fe22f2e00f91c08efb161e4de52bc4b401880 (patch)
tree588c5d80dddd80d1003fb2c75f21cc29fa7a6c78 /phpstan.neon
parent4f4633008725e8cc7a760047f501fbed488def6f (diff)
parentd0cf488dd4cfcadc49922255cced6a63eb596dba (diff)
downloadwallabag-ff8fe22f2e00f91c08efb161e4de52bc4b401880.tar.gz
wallabag-ff8fe22f2e00f91c08efb161e4de52bc4b401880.tar.zst
wallabag-ff8fe22f2e00f91c08efb161e4de52bc4b401880.zip
Merge pull request #4054 from wallabag/fix/phpunit-lock
Remove PHPUnit lock
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