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
@jonathanbossenger It's just a dependency I had opened to make a 1-line PR, but I'm actually worried that it might have been my VSCode setup using an extension that should auto format with phpcbf. It caused other issues for me the past few days, and I ended up uninstalling it.
When formatting code with this extension it changes this line here: https://github.com/spawnia/sailor/blob/master/src/Codegen/ObjectLikeBuilder.php#L91
to:
(it adds a bunch of whitespaces)
Running
phpcbf
from terminal doesn't do thisthe phpcs error it's showing is from this rule
The text was updated successfully, but these errors were encountered: