mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-11-27 04:14:44 +01:00
Remove deprecation of Name::$parts
It doesn't look like this is going away for now, and we currently don't have the APIs to cover all existing usages elegantly.
This commit is contained in:
parent
5a3a1ec25c
commit
6fa073879e
@ -8,7 +8,6 @@ class Name extends NodeAbstract
|
||||
{
|
||||
/**
|
||||
* @var string[] Parts of the name
|
||||
* @deprecated Avoid directly accessing $parts, use methods instead.
|
||||
*/
|
||||
public $parts;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user