You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't port that PR over (yet) to this repo as it would need an update before it would be viable for merge, but considering your request, maybe the updated version of the PR shouldn't enforce no space, but should make it a configurable option, with the default being no space (to satisfy PSR-PER) and a user override being available to change this to 1 space.
Is your feature request related to a problem?
Not really. It's more of a "nice to have". I'd like phpcbf to format my arrow functions from this:
to this (note the space after the
fn
keyword):Describe the solution you'd like
Maybe there already is a rule for this? When I google it, I'm only able to find this resolved issue on the PHP CS Fixer repo.
Additional context (optional)
The text was updated successfully, but these errors were encountered: