Skip to content

Commit 629c37d

Browse files
committed
Tokens: remove the $nameTokens property
This property was only introduced in 4.0, so should only exist as the class constant, not as a property.
1 parent 904ba49 commit 629c37d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/Util/Tokens.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -859,15 +859,6 @@ final class Tokens
859859
*/
860860
public static $heredocTokens = self::HEREDOC_TOKENS;
861861

862-
/**
863-
* Tokens used for "names", be it namespace, OO, function or constant names.
864-
*
865-
* @deprecated 4.0 Use the Tokens::NAME_TOKENS constant instead.
866-
*
867-
* @var array<int|string, int|string>
868-
*/
869-
public static $nameTokens = self::NAME_TOKENS;
870-
871862
/**
872863
* Tokens that represent the names of called functions.
873864
*

0 commit comments

Comments
 (0)