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
it's easy reproducted. nobody want to fixe this bug?
gsherwood
changed the title
phpcbf: fail to fix 'use' keyword
Incorrect fix when multiple use statements on same line do not have whitespace between them
Sep 24, 2020
gsherwood
changed the title
Incorrect fix when multiple use statements on same line do not have whitespace between them
PSR2 incorrect fix when multiple use statements on same line do not have whitespace between them
Sep 24, 2020
Describe the bug
phpcbf can not process 'use' keyword correctly when i use mulitiple namespaces seperated by ','.
Code sample
To reproduce
Steps to reproduce the behavior:
test.php
with the code sample above...phpcbf --standard=psr2 --extensions=php test.php
Expected behavior
I hope it would be:
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: