Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug authored Jun 16, 2021
1 parent 24fc9d8 commit b1b1072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/annotating_code/type_syntax/scalar_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Psalm also supports a `trait-string` annotation denote a trait that exists.
Examples:

- `"hello " . "world"`
- `"hello " . Person::DEFAULT_NAME
- `"hello " . Person::DEFAULT_NAME`
- `implode([', ', ["one", "two"])`
- `implode([', ', [1, 2, 3])`
- `"hello " . <another literal-string>`
Expand Down

0 comments on commit b1b1072

Please sign in to comment.