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 08b5abe commit 0b23ce3Copy full SHA for 0b23ce3
src/Symfony/Component/TypeInfo/README.md
@@ -33,7 +33,7 @@ $typeResolver->resolve('bool'); // returns a "bool" Type instance
33
$type = Type::list(Type::nullable(Type::bool()));
34
35
// Type instances have several helper methods
36
-$type->getBaseType() // returns an "array" Type instance
+$type->getBaseType(); // returns an "array" Type instance
37
$type->getCollectionKeyType(); // returns an "int" Type instance
38
$type->getCollectionValueType()->isNullable(); // returns true
39
```
0 commit comments