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
In the mediawiki/core code the Squiz.WhiteSpace.OperatorSpacing was added, but it reports a false positive, see [1] | ERROR | [x] Expected 1 space after "&" operator; 0 found | | (Squiz.WhiteSpace.OperatorSpacing.NoSpaceAfterAmp) | ERROR | [x] Expected 1 space after "&" operator; 0 found | | (Squiz.WhiteSpace.OperatorSpacing.NoSpaceAfterAmp)
It is not reported, when using the long array syntax, because T_ARRAY is checked.