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 fixing the following code PHPCS adds extra spaces between the string and the closing brace. Fixer works fine when there is a single space after phpcs:
// Original code:fn.phpcs({phpcs:'rocks my world'});// After running fixer:fn.phpcs({phpcs:'rocks my world'});