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 e0435f0 commit 9258479Copy full SHA for 9258479
.php_cs.dist
@@ -19,10 +19,9 @@ return PhpCsFixer\Config::create()
19
'@Symfony' => true,
20
'@Symfony:risky' => true,
21
'@DoctrineAnnotation' => true,
22
- '@PHP56Migration' => true,
23
- '@PHP56Migration:risky' => true,
24
'@PHP71Migration' => true,
25
'@PHP71Migration:risky' => true,
+ '@PHPUnit84Migration:risky' => true,
26
'array_syntax' => ['syntax' => 'short'],
27
'fopen_flags' => true,
28
'header_comment' => ['header' => $fileHeaderComment, 'separate' => 'both'],
0 commit comments