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:11:20 +0000 (15:11 +0200)
.php-cs-fixer.dist.php

index 574d52f14c2d412ce7c033e76d0203ac5858737e..fd652579b00417a1b434d9a862bc5d97f55a02a8 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,