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 dd56e4c commit e069bf5Copy full SHA for e069bf5
.php-cs-fixer.php
@@ -11,7 +11,7 @@
11
return $config->setRules([
12
'@PER-CS2.0' => true,
13
'@PER-CS2.0:risky' => true,
14
- '@PHPUnit84Migration:risky' => true,
+ '@PHPUnit100Migration:risky' => true,
15
'array_syntax' => ['syntax' => 'short'],
16
'linebreak_after_opening_tag' => true,
17
'ordered_imports' => true,
0 commit comments