phpfmt8 icon indicating copy to clipboard operation
phpfmt8 copied to clipboard

Correctly align comments inside match

Open driade opened this issue 11 months ago • 0 comments

match ($a) {
    1       => 2,
    3       => 4,
// comment
/** comment **/
    default => 5
};

driade avatar Jul 17 '23 07:07 driade