1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00
This commit is contained in:
Jacob Dreesen 2020-01-16 14:36:18 +01:00 committed by Matthew Brown
parent 1b0eba74fd
commit 26bf183430

View File

@ -39,8 +39,8 @@ Psalm also supports a `trait-string` annotation denote a trait that exists.
### callable-string
`callable-string` denotes the a string value that has passed an `is_callable` check.
`callable-string` denotes a string value that has passed an `is_callable` check.
### numeric-string
`numeric-string` denotes the a string value that has passed an `is_numeric` check.
`numeric-string` denotes a string value that has passed an `is_numeric` check.