Skip to content

Commit dc4e99e

Browse files
committed
use @PHP82Migration ruleset
1 parent 656e966 commit dc4e99e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
return $config->setRules(array(
1717
'@PSR2' => true,
1818
'@PSR12' => true,
19-
'@PHP71Migration' => true,
19+
'@PHP82Migration' => true,
2020
'array_syntax' => ['syntax' => 'long'],
2121
'class_attributes_separation' => true,
2222
'declare_strict_types' => true,

0 commit comments

Comments
 (0)