Skip to content

Commit 4102282

Browse files
Updates deprecated PHP-CS-Fixer rule name to new name
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
1 parent c07b19d commit 4102282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
new SMF\Fixer\ClassNotation\SectionComments(),
3636
])
3737
->setRules([
38-
'@PER-CS2.0' => true,
38+
'@PER-CS2x0' => true,
3939

4040
// PSR12 overrides.
4141
'no_break_comment' => false, // A bit buggy with comments.

0 commit comments

Comments
 (0)