From 03952677f6cc7f771d8399cd2604a3596b3cb03a Mon Sep 17 00:00:00 2001 From: lubiana Date: Fri, 20 Oct 2023 20:03:44 +0200 Subject: [PATCH] add php styler --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ef0365c..55f8938 100644 --- a/composer.json +++ b/composer.json @@ -51,7 +51,7 @@ ], "style": "./vendor/bin/ecs", "fix": [ - "rector process" ,"ecs --fix", "ecs --fix" + "rector process", "php-styler apply" ,"ecs --fix", "ecs --fix" ], "rector": "./vendor/bin/rector process" },