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
The auto-fixer for Squiz.Arrays.ArrayDeclaration.SpaceAfterKeyword could potentially remove comments which are between the array keyword and the open parenthesis as it removes tokens without checking that these are T_WHITESPACE.
While this is, of course, ugly code, I still don't think the fixer should be allowed to be triggered if there is anything, but whitespace, between the array keyword and the open parenthesis. It should just report the issue.