aboutsummaryrefslogtreecommitdiffhomepage
path: root/phpstan.neon
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-10-18 22:31:25 +0900
committernsfisis <nsfisis@gmail.com>2025-10-18 22:48:40 +0900
commit114d1f074e30483b0fddd9a4cc45572b8c070797 (patch)
treef9027bc8dfff6f9cb6cd3d006e10069002f59e08 /phpstan.neon
parent751db19873b5cb14bedd8adcb40cee3e3ad6089b (diff)
downloadphp-next-after-114d1f074e30483b0fddd9a4cc45572b8c070797.tar.gz
php-next-after-114d1f074e30483b0fddd9a4cc45572b8c070797.tar.zst
php-next-after-114d1f074e30483b0fddd9a4cc45572b8c070797.zip
first commit
Diffstat (limited to 'phpstan.neon')
-rw-r--r--phpstan.neon6
1 files changed, 6 insertions, 0 deletions
diff --git a/phpstan.neon b/phpstan.neon
new file mode 100644
index 0000000..e3b1006
--- /dev/null
+++ b/phpstan.neon
@@ -0,0 +1,6 @@
+parameters:
+ level: max
+ tipsOfTheDay: false
+ paths:
+ - src
+ - tests