aboutsummaryrefslogtreecommitdiffhomepage
path: root/phpstan.neon
diff options
context:
space:
mode:
authorlizyn <zhiylin@outlook.com>2020-02-24 10:04:13 +0800
committerGitHub <noreply@github.com>2020-02-24 10:04:13 +0800
commitb19df31d78d881a43bcf6b3215e5fc3781e8e8aa (patch)
treed0d9861694a4b5e5fbfdbeb53c255ecd15fe9328 /phpstan.neon
parent4d0c632c70ea50d459c3c55ddda2e0f394dd51cb (diff)
parent04d918cae0227c06a41d27fb6533dddbf30dfe71 (diff)
downloadwallabag-b19df31d78d881a43bcf6b3215e5fc3781e8e8aa.tar.gz
wallabag-b19df31d78d881a43bcf6b3215e5fc3781e8e8aa.tar.zst
wallabag-b19df31d78d881a43bcf6b3215e5fc3781e8e8aa.zip
Merge pull request #1 from wallabag/master
Keep up with the master again
Diffstat (limited to 'phpstan.neon')
-rw-r--r--phpstan.neon15
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 @@
1includes:
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
7parameters:
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