Attribute: add system warning note

This commit is contained in:
TomasVotruba 2017-09-07 00:23:54 +02:00
parent b1f63bfbc4
commit 426af1e812

View File

@ -15,6 +15,9 @@ final class Attribute
public const TYPE = 'type';
/**
* System name to be found in @see \PhpParser\NodeVisitor\NameResolver
* Do not change this even if you want!
*
* @var string
*/
public const RESOLVED_NAME = 'resolvedName';