1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

add link to lists

This commit is contained in:
Matthew Brown 2019-10-11 09:58:34 -04:00 committed by GitHub
parent f25fe29c73
commit 4ee037923a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,8 +24,10 @@ Atomic types are the basic building block of all type information used in Psalm.
## [Array types](array_types.md) ## [Array types](array_types.md)
- [array & non-empty-array](array_types.md) - [array & non-empty-array](array_types.md)
- [string[]](array_types.md#phpdoc-syntax) - [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)
- [array{foo: int, bar: string}](array_types.md#object-like-arrays) - [array{foo: int, bar: string}](array_types.md#object-like-arrays)
## [Callable types](callable_types.md) ## [Callable types](callable_types.md)