From 7fbe8754c92086d23c57383a2f8b702121351312 Mon Sep 17 00:00:00 2001 From: myrmidex Date: Sat, 6 Jun 2026 07:58:31 +0000 Subject: [PATCH] Fix static analysis CI step error --- .gitignore | 1 + phpstan.dist.neon | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 phpstan.dist.neon diff --git a/.gitignore b/.gitignore index e5cac5c..f48a397 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,5 @@ ###> phpstan/phpstan ### phpstan.* +!phpstan.dist.neon ###< phpstan/phpstan ### diff --git a/phpstan.dist.neon b/phpstan.dist.neon new file mode 100644 index 0000000..4278926 --- /dev/null +++ b/phpstan.dist.neon @@ -0,0 +1,10 @@ +parameters: + level: 6 + paths: + - bin/ + - config/ + - public/ + - src/ + - tests/ +includes: + - phpstan-baseline.neon