Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BCTokens: add scopeOpeners() method and update parenthesisOpeners() #247

Merged
merged 1 commit into from
May 12, 2021

Commits on May 12, 2021

  1. BCTokens: add scopeOpeners() method and update parenthesisOpeners()

    .. to account for the PHP 8.0 `match` keyword token `T_MATCH`.
    
    These were added to PHPCS as part of the match expression PR, which will be accounted for further in follow up PRs.
    
    For now, this should allow the build to pass again.
    
    Ref: squizlabs/PHP_CodeSniffer 3226
    jrfnl committed May 12, 2021
    Configuration menu
    Copy the full SHA
    354b582 View commit details
    Browse the repository at this point in the history