8000 chore: update readme code typo · symfony/symfony@0b23ce3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0b23ce3

Browse files
authored
chore: update readme code typo
1 parent 08b5abe commit 0b23ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/TypeInfo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $typeResolver->resolve('bool'); // returns a "bool" Type instance
3333
$type = Type::list(Type::nullable(Type::bool()));
3434

3535
// Type instances have several helper methods
36-
$type->getBaseType() // returns an "array" Type instance
36+
$type->getBaseType(); // returns an "array" Type instance
3737
$type->getCollectionKeyType(); // returns an "int" Type instance
3838
$type->getCollectionValueType()->isNullable(); // returns true
3939
```

0 commit comments

Comments
 (0)
0