Skip to content

Commit

Permalink
Add newline
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Jun 19, 2019
1 parent 74a96a9 commit a46dddd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/annotating_code/assertion_syntax.md
Expand Up @@ -12,7 +12,8 @@ Psalm assertions are of the form


### is_xxx assertions ### is_xxx assertions


Most `is_xxx` PHP functions have companion assertions: Most `is_xxx` PHP functions have companion assertions e.g. `int` for `is_int`. Here's the full list:

- `int` - `int`
- `float` - `float`
- `string` - `string`
Expand Down

0 comments on commit a46dddd

Please sign in to comment.