From 6108d97d4e1cfb1d457abc543625285d2ec1e767 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Mon, 18 Sep 2023 15:07:20 +0200 Subject: [PATCH] Update PHP CS Fixer to PER-CS 2.0 --- .php-cs-fixer.dist.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index dfb47db..f1090d7 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -6,10 +6,7 @@ $finder = PhpCsFixer\Finder::create() return (new PhpCsFixer\Config()) ->setRiskyAllowed(true) ->setRules([ - '@PSR1' => true, - '@PSR2' => true, - '@PSR12' => true, - '@PER' => true, + '@PER-CS2.0' => true, 'array_push' => true, 'backtick_to_shell_exec' => true, -- 2.20.1