From 32a391166bf27f33fe4fa92c0eace0c27c245bdb Mon Sep 17 00:00:00 2001 From: Samuel Maudo Date: Fri, 15 Mar 2024 16:35:01 +0100 Subject: [PATCH] Rename command for static analysis --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7044954..f719cbb 100644 --- a/Makefile +++ b/Makefile @@ -14,4 +14,4 @@ psalm: vendor/bin/psalm --threads=4 --diff coding-standards: ecs -code-quality: phpstan psalm +static-analysis: phpstan psalm