diff options
author | Sam Light <samlight1994@gmail.com> | 2025-04-25 23:07:51 +0100 |
---|---|---|
committer | Sam Light <samlight1994@gmail.com> | 2025-04-25 23:07:51 +0100 |
commit | b05d570d320a31bb96b1c1f48302c301d716f89f (patch) | |
tree | 3c087dd83460b8120b606b6a8cc5a30457186ede /phpstan.neon | |
parent | adb3a9a759ffdddb90ee2c204bc4aaf7cd32a433 (diff) |
Installed larastan
Diffstat (limited to 'phpstan.neon')
-rw-r--r-- | phpstan.neon | 12 |
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 |