Skip to content

Commit

Permalink
Merge branch '7.2' into 7.3
Browse files Browse the repository at this point in the history
* 7.2:
  Fix typo
  • Loading branch information
javiereguiluz committed Jan 9, 2025
2 parents 398663b + 422ce06 commit e7844cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/type_info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ PHP package required for string resolving. Then, follow these steps::

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

Advanced Usages
~~~~~~~~~~~~~~~
Expand Down

0 comments on commit e7844cd

Please sign in to comment.