From dbcdb821bc3632e6db0cfbead5e356c7f6582c60 Mon Sep 17 00:00:00 2001 From: Patrick Date: Sun, 15 May 2022 11:53:48 +0200 Subject: Add qa tools. CS Fix files. --- phpstan.neon | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 phpstan.neon (limited to 'phpstan.neon') diff --git a/phpstan.neon b/phpstan.neon new file mode 100644 index 0000000..6891eb0 --- /dev/null +++ b/phpstan.neon @@ -0,0 +1,9 @@ +parameters: + level: 6 + paths: + - lib + - tests + bootstrapFiles: + - bootstrap.php + checkGenericClassInNonGenericObjectType: false + reportUnmatchedIgnoredErrors: false -- cgit v1.2.3