aboutsummaryrefslogtreecommitdiffstats
path: root/phpstan.neon.dist
diff options
context:
space:
mode:
Diffstat (limited to 'phpstan.neon.dist')
-rw-r--r--phpstan.neon.dist11
1 files changed, 11 insertions, 0 deletions
diff --git a/phpstan.neon.dist b/phpstan.neon.dist
new file mode 100644
index 000000000..4a083851d
--- /dev/null
+++ b/phpstan.neon.dist
@@ -0,0 +1,11 @@
+parameters:
+ level: 0
+ paths:
+ - boot.php
+ - include
+ - util
+ - Zotlabs
+ scanDirectories:
+ - library
+ ignoreErrors:
+ - '#Method [\w:()_\\]+ should return (object|string) but return statement is missing.#'