From 50708c6942aee8037e5f616ae936ab0a50fed3d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sun, 18 Jun 2023 16:02:50 +0200 Subject: [PATCH] Use level 5 of phpstan analysis for CI static analysis --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 81edc573..a9094483 100644 --- a/composer.json +++ b/composer.json @@ -144,7 +144,7 @@ "post-update-cmd": [ "@auto-scripts" ], - "phpstan": "vendor/bin/phpstan analyse src --level 2 --memory-limit 1G" + "phpstan": "vendor/bin/phpstan analyse src --level 5 --memory-limit 1G" }, "conflict": { "symfony/symfony": "*"