Php-cs-fixer: Space after opening comment marker fixer

Created on 31 Jul 2019  路  3Comments  路  Source: FriendsOfPHP/PHP-CS-Fixer

Is there a fixer for ensuring a space appears after the opening comment marker, as in the following example?

-//foo
+// foo
kinfeature request

Most helpful comment

Hi,
Currently we don't but I would to have it as well (same for #foo version and /*foo*/)

All 3 comments

Hi,
Currently we don't but I would to have it as well (same for #foo version and /*foo*/)

Yes.

Was this page helpful?
0 / 5 - 0 ratings