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.
1 parent 6bb4ae9 commit 8e0643aCopy full SHA for 8e0643a
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