Skip to content

Commit e7844cd

Browse files
committed
Merge branch '7.2' into 7.3
* 7.2: Fix typo
2 parents 398663b + 422ce06 commit e7844cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/type_info.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ PHP package required for string resolving. Then, follow these steps::
106106

107107
$typeResolver = TypeResolver::create();
108108
$typeResolver->resolve(new \ReflectionProperty(Dummy::class, 'id')); // returns an "int" Type
109-
$typeResolver->resolve(new \ReflectionProperty(Dummy::class, 'id')); // returns a collection with "int" as key and "string" as values Type
109+
$typeResolver->resolve(new \ReflectionProperty(Dummy::class, 'tags')); // returns a collection with "int" as key and "string" as values Type
110110

111111
Advanced Usages
112112
~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)