Skip to content

Commit fb03f76

Browse files
committed
[PHP-CS-Fixer] Remove PHP73Migration
1 parent d716aa8 commit fb03f76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.php_cs.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ return PhpCsFixer\Config::create()
2323
'@PHP56Migration:risky' => true,
2424
'@PHP71Migration' => true,
2525
'@PHP71Migration:risky' => true,
26-
'@PHP73Migration' => true,
2726
'array_syntax' => ['syntax' => 'short'],
2827
'fopen_flags' => true,
2928
'header_comment' => ['header' => $fileHeaderComment, 'separate' => 'both'],

0 commit comments

Comments
 (0)