Skip to content

Commit 19d2b65

Browse files
committed
Bump phpcs to PER 3.0
1 parent e7719e7 commit 19d2b65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.php-cs-fixer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
return (new PhpCsFixer\Config())
77
->setRules([
8-
'@PER-CS2.0' => true,
9-
'@PER-CS2.0:risky' => true,
8+
'@PER-CS3x0' => true,
9+
'@PER-CS3x0:risky' => true,
1010
'strict_param' => true,
1111
'align_multiline_comment' => true,
1212
'array_syntax' => [

0 commit comments

Comments
 (0)