Skip to content

Commit 63bb91f

Browse files
committed
minor symfony#58816 chore: update readme code typo (94noni)
This PR was merged into the 7.2 branch. Discussion ---------- chore: update readme code typo Found while reading the repo readme Commits ------- 0b23ce3 chore: update readme code typo
2 parents 08b5abe + 0b23ce3 commit 63bb91f

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)