minor #18696 [PropertyInfo] PHPDoc correction (dunglas)

This PR was merged into the 2.8 branch.

Discussion
----------

[PropertyInfo] PHPDoc correction

| Q             | A
| ------------- | ---
| Branch?       |2.8
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | n/a
| License       | MIT
| Doc PR        | n/a

Commits
-------

3b78492 [PropertyInfo] PHPDoc correction
This commit is contained in:
Fabien Potencier 2016-05-03 14:19:54 +02:00
commit 6bc7c87147

View File

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