We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35493e0 commit a4ee17dCopy full SHA for a4ee17d
1 file changed
.php-cs-fixer.php
@@ -11,7 +11,7 @@
11
->setParallelConfig(ParallelConfigFactory::detect())
12
->setRules([
13
'@PhpCsFixer' => true,
14
- '@PHP84Migration' => true,
+ '@PHP8x4Migration' => true,
15
'indentation_type' => true,
16
17
// Overrides for (opinionated) @PhpCsFixer and @Symfony rules:
0 commit comments