diff --git a/PHPCSUtils/Tokens/Collections.php b/PHPCSUtils/Tokens/Collections.php index 1fdf37b4..652ab127 100644 --- a/PHPCSUtils/Tokens/Collections.php +++ b/PHPCSUtils/Tokens/Collections.php @@ -467,21 +467,6 @@ final class Collections \T_STATIC => \T_STATIC, ]; - /** - * DEPRECATED: Tokens types which can be encountered in the fully/partially qualified name of an OO structure. - * - * @since 1.0.0-alpha3 - * - * @deprecated 1.0.0-alpha4 Use the {@see Collections::namespacedNameTokens()} method instead. - * - * @var array => - */ - public static $OONameTokens = [ - \T_NS_SEPARATOR => \T_NS_SEPARATOR, - \T_STRING => \T_STRING, - \T_NAMESPACE => \T_NAMESPACE, - ]; - /** * DEPRECATED: OO scopes in which properties can be declared. *