1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

Fix formatting

This commit is contained in:
Matthew Brown 2021-06-16 11:53:45 -04:00 committed by GitHub
parent 24fc9d8433
commit b1b1072f41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>`