8000 [Validator] Fix docblock of ClassMetadata#members · symfony/symfony@44008c4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 44008c4

Browse files
authored
[Validator] Fix docblock of ClassMetadata#members
Structure of this array is in reality <string, array<int, PropertyMetadata>>, so MemberMetadata is 2 levels deep in this array, instead of one
1 parent 1390529 commit 44008c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Validator/Mapping/ClassMetadata.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class ClassMetadata extends ElementMetadata implements ClassMetadataInterface
4848
public $defaultGroup;
4949

5050
/**
51-
* @var MemberMetadata[]
51+
* @var MemberMetadata[][]
5252
*
5353
* @internal This property is public in order to reduce the size of the
5454
* class' serialized representation. Do not access it. Use

0 commit comments

Comments
 (0)
0