summaryrefslogtreecommitdiff
path: root/phpstan.neon
diff options
context:
space:
mode:
authorSam Light <samlight1994@gmail.com>2025-04-25 23:07:51 +0100
committerSam Light <samlight1994@gmail.com>2025-04-25 23:07:51 +0100
commitb05d570d320a31bb96b1c1f48302c301d716f89f (patch)
tree3c087dd83460b8120b606b6a8cc5a30457186ede /phpstan.neon
parentadb3a9a759ffdddb90ee2c204bc4aaf7cd32a433 (diff)
Installed larastan
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