Closed driade closed 1 year ago
$foo = function () { match ($x) { $a => function () { }; }; };
instead of
$foo = function () { match ($x) { $a => function () { } }; };
fixed https://github.com/driade/phpfmt8/issues/9
instead of