Skip to content

Commit 9669dff

Browse files
authored
Change PER ruleset (#4)
Rule set "@PER-CS3.0" is deprecated. Use "@PER-CS3x0" instead.
1 parent c8bdd57 commit 9669dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RuleSet/TicketSwapRuleSet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public static function create() : RuleSet
6565
),
6666
new Rules([
6767
// Rule sets
68-
'@PER-CS3.0' => true,
68+
'@PER-CS3x0' => true,
6969

7070
// Rules (keep sorted A-Z)
7171
'align_multiline_comment' => true,

0 commit comments

Comments
 (0)