Skip to content

Commit a4ee17d

Browse files
committed
Change deprecated PHPCS ruleset
1 parent 35493e0 commit a4ee17d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.php-cs-fixer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
->setParallelConfig(ParallelConfigFactory::detect())
1212
->setRules([
1313
'@PhpCsFixer' => true,
14-
'@PHP84Migration' => true,
14+
'@PHP8x4Migration' => true,
1515
'indentation_type' => true,
1616

1717
// Overrides for (opinionated) @PhpCsFixer and @Symfony rules:

0 commit comments

Comments
 (0)