[PropertyInfo] PHPDoc correction

This commit is contained in:
Kévin Dunglas 2016-05-02 22:41:39 +02:00
parent 39ddd2383f
commit 3b78492136

View File

@ -40,7 +40,7 @@ class ReflectionExtractor implements PropertyListExtractorInterface, PropertyTyp
/** /**
* @internal * @internal
* *
* @var array[] * @var string[]
*/ */
public static $arrayMutatorPrefixes = array('add', 'remove'); public static $arrayMutatorPrefixes = array('add', 'remove');