Update PHP CS Fixer to PER-CS 2.0
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 18 Sep 2023 13:07:20 +0000 (15:07 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Mon, 18 Sep 2023 13:08:25 +0000 (15:08 +0200)
.php-cs-fixer.dist.php

index dfb47db382c41498c66e0b007f72275b70230b84..f1090d734a404894e68e2c35befb955fefee1040 100644 (file)
@@ -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,