whitespace typeHintColonPolicy doesn't apply to enums and @:overload #488
Labels
bug
Something isn't working
tokentree
requires fix in tokentree
whitespace
missing or incorrect space around token
Describe the bug
I have set "typeHintColonPolicy": "around", because we like the spaces between the variable, colon and typehint. However, this does not seem to be applied to arguments of enums. I also noticed it does not apply the whitespace to the return arguments of @:overloads (might be related to #184)
Input file
Broken output
Expected output
The text was updated successfully, but these errors were encountered: