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
When I run phpcs version 2.5.0 on my project the script never ends and so does phpcbf.
Either I run phpcs with custom arguments or simply with ./vendor/bin/phpcs it will fail (never end)
Now if I downgrade to 2.4.0 it works well.
I'm afraid I can't give more useful information but feel free to ask for details.
UPDATE: It seems that php version does not matter (5.4 5.4 5.6 7.0)