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
This is already covered upstream in PHPCS 3.5.0 so we need to add Generic.WhiteSpace.SpreadOperatorSpacingAfter to cover the case for array expression unpacking, since Core ruleset uses Squiz.Functions.FunctionDeclarationArgumentSpacing sniff already.
Since PHP 7.4 you can use the spread operator (aka splat operator
...
) to unpack array expressions.This is already covered upstream in PHPCS 3.5.0 so we need to add
Generic.WhiteSpace.SpreadOperatorSpacingAfter
to cover the case for array expression unpacking, since Core ruleset usesSquiz.Functions.FunctionDeclarationArgumentSpacing
sniff already.Refs:
Related to #764
The text was updated successfully, but these errors were encountered: