summaryrefslogtreecommitdiff
path: root/phpstan.neon
diff options
context:
space:
mode:
Diffstat (limited to 'phpstan.neon')
-rw-r--r--phpstan.neon12
1 files changed, 12 insertions, 0 deletions
diff --git a/phpstan.neon b/phpstan.neon
new file mode 100644
index 0000000..a0eca18
--- /dev/null
+++ b/phpstan.neon
@@ -0,0 +1,12 @@
+includes:
+ - vendor/larastan/larastan/extension.neon
+ - vendor/nesbot/carbon/extension.neon
+
+parameters:
+
+ paths:
+ - src/
+ - workbench/app
+
+ # Level 10 is the highest level
+ level: 1