From 9ab59661364c9cda28d032f0787ea6d0dcc30011 Mon Sep 17 00:00:00 2001 From: Samuel Maudo Date: Fri, 27 Sep 2024 11:56:25 +0200 Subject: [PATCH 1/2] Replace PHP CS Fixer set --- sets/default.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sets/default.php b/sets/default.php index 680b380..27dd960 100644 --- a/sets/default.php +++ b/sets/default.php @@ -14,7 +14,8 @@ ::configure() ->withPhpCsFixerSets( php80Migration: true, - phpCsFixer: true, + per: true, + symfony: true, ) ->withRules([ FullyQualifiedStrictTypesFixer::class, From 6eb4b7e0fb6a1b11cbe4d4d4a1779a3f1af42ae3 Mon Sep 17 00:00:00 2001 From: Samuel Maudo Date: Fri, 27 Sep 2024 12:19:17 +0200 Subject: [PATCH 2/2] Remove PER set --- sets/default.php | 1 - 1 file changed, 1 deletion(-) diff --git a/sets/default.php b/sets/default.php index 27dd960..f3dc7c9 100644 --- a/sets/default.php +++ b/sets/default.php @@ -14,7 +14,6 @@ ::configure() ->withPhpCsFixerSets( php80Migration: true, - per: true, symfony: true, ) ->withRules([