1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 13:51:54 +01:00

Merge pull request #8060 from bdsl/patch-8

Clarify in docs that zero is not considered a positive-int
This commit is contained in:
orklah 2022-06-06 20:00:26 +02:00 committed by GitHub
commit d55988a78c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ The type `scalar` is the supertype of all scalar types.
### positive-int
`positive-int` allows only positive integers
`positive-int` allows only positive integers (equivalent to `int<1, max>`)
### numeric