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

Collections::propertyTypeTokens[BC](): support the PHP 8 identifier name tokens #207

Commits on Sep 13, 2020

  1. Collections::propertyTypeTokens[BC](): support the PHP 8 identifier n…

    …ame tokens
    
    Includes adjusted unit test.
    
    This commit implicitly adds support for PHP 8 identifier name tokens to the `Variables::getMemberProperties()` method.
    
    The existing unit tests already cover this.
    
    This commit also _silently_ adds support for PHP 8 identifier name tokens to the `BCFile::getMemberProperties()` method. The PHP 8 identifier name tokens are not supported yet in PHPCS itself and until they are, the fact that the `BCFile::getMemberProperties()` method supports them should be regarded as an artefact and not as official support.
    jrfnl committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    6ffba3f View commit details
    Browse the repository at this point in the history