Skip to content

Conversation

@jrfnl
Copy link
Member

@jrfnl jrfnl commented Sep 13, 2020

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 artifact and not as official support.

…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 jrfnl added this to the 1.0.0-alpha4 milestone Sep 13, 2020
@jrfnl jrfnl merged commit a7d08fd into develop Sep 13, 2020
@jrfnl jrfnl deleted the php-8.0/collections-propertytypetokens-support-identifier-name-tokens branch September 13, 2020 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment