Skip to content

Commit 54fb8f0

Browse files
committed
upgrade to PER-CS3.0
1 parent ac30388 commit 54fb8f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/RuleSet.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ public static function getValanticRules(): array
1313
{
1414
return [
1515
...self::addPhpVersionSpecificRules(),
16-
'@PER-CS2.0' => true,
17-
'@PER-CS2.0:risky' => true,
16+
'@PER-CS3.0' => true,
17+
'@PER-CS3.0:risky' => true,
1818
'@Symfony' => true,
1919
'@Symfony:risky' => true,
2020
'array_push' => false,

0 commit comments

Comments
 (0)