From 4afe03c16bbe30fd8f7fb1416e3ed7d5de529a2f Mon Sep 17 00:00:00 2001 From: Matthias Richter Date: Tue, 16 Apr 2024 15:15:20 +0200 Subject: [PATCH] Add ci config for phpstan --- Build/phpstan/phpstan.ci.neon | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Build/phpstan/phpstan.ci.neon diff --git a/Build/phpstan/phpstan.ci.neon b/Build/phpstan/phpstan.ci.neon new file mode 100644 index 0000000..b576235 --- /dev/null +++ b/Build/phpstan/phpstan.ci.neon @@ -0,0 +1,5 @@ +parameters: + level: 0 + paths: + - ../../Classes + - ../../Tests