From 1736953be95ae05ebdcb1b3573f83285cc643267 Mon Sep 17 00:00:00 2001 From: Christopher Hertel Date: Fri, 30 May 2025 11:08:38 +0200 Subject: [PATCH] chore: removing irrelevant or default cs config --- .php-cs-fixer.dist.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 18c892473..afe6dccd7 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -1,7 +1,5 @@ setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect()) ->setRules([ - '@PHP71Migration' => true, - '@PHPUnit75Migration:risky' => true, '@Symfony' => true, '@Symfony:risky' => true, 'protected_to_private' => false, @@ -50,5 +46,4 @@ ->append([__FILE__]) ->notPath('#/Fixtures/#') ) - ->setCacheFile('.php-cs-fixer.cache') ;