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
PHPCS 4.x | BCTokens::parenthesisOpeners(): T_USE is now a parenthesis opener
`T_USE` tokens used for closure use statements are parentheses openers as of PHPCS 4.x. This includes the token having been added to the `Tokens::$parenthesisOpeners` array. This syncs that change into PHPCSUtils. The method itself does not need to change as it will automatically pick up on this. The unit test, however, does need updating. Refs: * squizlabs/PHP_CodeSniffer 2593 * squizlabs/PHP_CodeSniffer@08824f3
0 commit comments