We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac30388 commit 54fb8f0Copy full SHA for 54fb8f0
1 file changed
src/RuleSet.php
@@ -13,8 +13,8 @@ public static function getValanticRules(): array
13
{
14
return [
15
...self::addPhpVersionSpecificRules(),
16
- '@PER-CS2.0' => true,
17
- '@PER-CS2.0:risky' => true,
+ '@PER-CS3.0' => true,
+ '@PER-CS3.0:risky' => true,
18
'@Symfony' => true,
19
'@Symfony:risky' => true,
20
'array_push' => false,
0 commit comments