Security update for Core, with self-updated composer
[yaffs-website] / vendor / nikic / php-parser / lib / PhpParser / Node / Name.php
index d3d33eaae02b408a844dd4bed5790dccd779916d..7b8c8e2324809952669e5c7fc4f1b55768d17abc 100644 (file)
@@ -8,7 +8,6 @@ class Name extends NodeAbstract
 {
     /**
      * @var string[] Parts of the name
-     * @deprecated Avoid directly accessing $parts, use methods instead.
      */
     public $parts;