Skip to content

Commit 6bc7c87

Browse files
committed
minor symfony#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
2 parents 7b3c65b + 3b78492 commit 6bc7c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/PropertyInfo/Extractor/ReflectionExtractor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class ReflectionExtractor implements PropertyListExtractorInterface, PropertyTyp
4040
/**
4141
* @internal
4242
*
43-
* @var array[]
43+
* @var string[]
4444
*/
4545
public static $arrayMutatorPrefixes = array('add', 'remove');
4646

0 commit comments

Comments
 (0)