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:
commit
d55988a78c
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user