Skip to content

Conversation

@jrfnl
Copy link
Member

@jrfnl jrfnl commented Sep 13, 2020

Includes adjusted unit test.

This change automatically adds compatibility with the PHP 8.0 identifier name tokens to the following methods:

  • ControlStructures::getCaughtExceptions()
  • FunctionDeclarations::isPHPDoubleUnderscoreMethod() (via ObjectDeclarations::findExtendedClassName())
  • ObjectDeclarations::findNames()
  • ObjectDeclarations::findExtendedClassName()
  • ObjectDeclarations::findImplementedInterfaceNames()
  • ObjectDeclarations::findExtendedInterfaceNames()
  • Operators::isReference()

Includes adding additional unit tests for these methods in those cases where any of the identifier name types (fully qualified, partially qualified, namespace relative or unqualified) wasn't covered yet.

…e tokens

Includes adjusted unit test.

This change automatically adds compatibility with the PHP 8.0 identifier name tokens to the following methods:
* `ControlStructures::getCaughtExceptions()`
* `FunctionDeclarations::isPHPDoubleUnderscoreMethod()` (via `ObjectDeclarations::findExtendedClassName()`)
* `ObjectDeclarations::findNames()`
* `ObjectDeclarations::findExtendedClassName()`
* `ObjectDeclarations::findImplementedInterfaceNames()`
* `ObjectDeclarations::findExtendedInterfaceNames()`
* `Operators::isReference()`

Includes adding additional unit tests for these methods in those cases where any of the identifier name types (fully qualified, partially qualified, namespace relative or unqualified) wasn't covered yet.
@jrfnl jrfnl added this to the 1.0.0-alpha4 milestone Sep 13, 2020
@jrfnl jrfnl merged commit 2786537 into develop Sep 13, 2020
@jrfnl jrfnl deleted the php-8.0/collections-namespacednametokens-support-identifier-name-tokens branch September 13, 2020 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants