summaryrefslogtreecommitdiffstats
path: root/phpstan.neon.dist
diff options
context:
space:
mode:
Diffstat (limited to 'phpstan.neon.dist')
-rw-r--r--phpstan.neon.dist10
1 files changed, 10 insertions, 0 deletions
diff --git a/phpstan.neon.dist b/phpstan.neon.dist
new file mode 100644
index 0000000..9fc98c0
--- /dev/null
+++ b/phpstan.neon.dist
@@ -0,0 +1,10 @@
+parameters:
+ level: 2
+ paths:
+ - src
+ - tests
+ - bin
+ reportUnmatchedIgnoredErrors: true
+ inferPrivatePropertyTypeFromConstructor: true
+ ignoreErrors:
+ - '#Unsafe usage of new static\(\)\.#'