We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24fc9d8 commit b1b1072Copy full SHA for b1b1072
docs/annotating_code/type_syntax/scalar_types.md
@@ -57,7 +57,7 @@ Psalm also supports a `trait-string` annotation denote a trait that exists.
57
Examples:
58
59
- `"hello " . "world"`
60
-- `"hello " . Person::DEFAULT_NAME
+- `"hello " . Person::DEFAULT_NAME`
61
- `implode([', ', ["one", "two"])`
62
- `implode([', ', [1, 2, 3])`
63
- `"hello " . <another literal-string>`
0 commit comments