From bdce4b9d58615186e4b7e6688202dae9dd6b1602 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Sat, 19 Aug 2023 23:19:31 +0200 Subject: [PATCH] Fix "composer phpstan" command --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e325879..1a3c781 100644 --- a/composer.json +++ b/composer.json @@ -47,7 +47,7 @@ }, "scripts": { "test": "phpunit", - "phpstan": "phpstan analyse --level 8 src tests", + "phpstan": "phpstan analyse --level max src tests", "phpcs": "phpcs", "phpcbf": "phpcbf" },