Skip to content

Commit edf7102

Browse files
committed
Updated individual libraries' CS ruleset name to latest version
1 parent 705807c commit edf7102

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.php-cs-fixer.dist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
return new PhpCsFixer\Config()
1212
->setUnsupportedPhpVersionAllowed(true)
1313
->setRules([
14-
'@PER-CS2.0' => true,
14+
'@PER-CS2x0' => true,
1515
'array_syntax' => ['syntax' => 'short'],
1616
'blank_line_after_opening_tag' => true,
1717
'compact_nullable_type_declaration' => true,

0 commit comments

Comments
 (0)