mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Fix brackets
This commit is contained in:
parent
15059aa50a
commit
647e7de70c
@ -26,10 +26,10 @@ Atomic types are the basic building block of all type information used in Psalm.
|
||||
## [Array types](array_types.md)
|
||||
|
||||
- [array & non-empty-array](array_types.md)
|
||||
- [array\<int, string\>](array_types.md#generic-arrays)
|
||||
- [array<int, string>](array_types.md#generic-arrays)
|
||||
- [string\[\]](array_types.md#phpdoc-syntax)
|
||||
- [list & non-empty-list](array_types.md#lists)
|
||||
- [list\<string\>](array_types.md#lists)
|
||||
- [list<string>](array_types.md#lists)
|
||||
- [array{foo: int, bar: string}](array_types.md#object-like-arrays)
|
||||
- [callable-array](array_types.md#callable-array)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user