Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
12.2
Description
Formatting of PHP code reduces multiple spaces between data type and variable to single space. If space is missing, then it should be added.
Input:
function test(string$param) {}
Expected output:
function test(string $param) {}
Attachments
Issue Links
- links to