Is there a fixer for ensuring a space appears after the opening comment marker, as in the following example?
-//foo
+// foo
Hi,
Currently we don't but I would to have it as well (same for #foo version and /*foo*/)
@kubawerlos would https://github.com/kubawerlos/php-cs-fixer-custom-fixers/tree/v1.15.0#commentsurroundedbyspacesfixer handle this situation also do you think?
Yes.
Most helpful comment
Hi,
Currently we don't but I would to have it as well (same for
#fooversion and/*foo*/)