We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3fb6d2 commit f43bcd2Copy full SHA for f43bcd2
src/Rules/DefaultRules.php
@@ -17,7 +17,7 @@ public function getRules(bool $risky): array
17
* https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/doc/ruleSets/PER-CS2.0.rst
18
* https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/src/RuleSet/Sets/PERCS2x0Set.php
19
*/
20
- '@PER-CS2.0' => true,
+ '@PER-CS2x0' => true,
21
22
/*
23
* @PER-CS2.0 Overrides
@@ -129,6 +129,8 @@ public function getRules(bool $risky): array
129
'property' => null,
130
],
131
] + ($risky ? [
132
+ '@PER-CS2x0:risky' => true,
133
+
134
135
* @Symfony:risky
136
0 commit comments