We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3db3aba + 94bf486 commit 8d04155Copy full SHA for 8d04155
components/type_info.rst
@@ -66,7 +66,7 @@ based on reflection or a simple string::
66
$type->getCollectionKeyType(); // returns an "int" Type instance
67
$type->getCollectionValueType()->isNullable(); // returns true
68
69
-Each of this calls will return you a ``Type`` instance that corresponds to the
+Each of these calls will return you a ``Type`` instance that corresponds to the
70
static method used. You can also resolve types from a string (as shown in the
71
``bool`` parameter of the previous example)
72
0 commit comments