From 55928e7da070fc28706336fe5fbb50dc2005cd67 Mon Sep 17 00:00:00 2001 From: philipp lang Date: Tue, 15 Feb 2022 18:07:14 +0100 Subject: [PATCH] Add phpstan --- phpstan.neon | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 phpstan.neon diff --git a/phpstan.neon b/phpstan.neon new file mode 100644 index 0000000..28d1b1e --- /dev/null +++ b/phpstan.neon @@ -0,0 +1,13 @@ +parameters: + + paths: + - classes + - compressors + - console + - exceptions + - lib + + # The level 8 is the highest level + level: 6 + + checkMissingIterableValueType: false