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 d716aa8 commit fb03f76Copy full SHA for fb03f76
.php_cs.dist
@@ -23,7 +23,6 @@ return PhpCsFixer\Config::create()
23
'@PHP56Migration:risky' => true,
24
'@PHP71Migration' => true,
25
'@PHP71Migration:risky' => true,
26
- '@PHP73Migration' => true,
27
'array_syntax' => ['syntax' => 'short'],
28
'fopen_flags' => true,
29
'header_comment' => ['header' => $fileHeaderComment, 'separate' => 'both'],
0 commit comments