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 7473d5f commit 2be4cd5Copy full SHA for 2be4cd5
.php-cs-fixer.dist.php
@@ -24,8 +24,8 @@
24
25
return (new PhpCsFixer\Config())
26
->setRules([
27
- '@PHP82Migration' => true,
28
- '@PHPUnit75Migration:risky' => true,
+ '@PHP8x2Migration' => true,
+ '@PHPUnit7x5Migration:risky' => true,
29
'@Symfony' => true,
30
'@Symfony:risky' => true,
31
'protected_to_private' => false,
0 commit comments