mirror of
https://github.com/danog/psalm.git
synced 2024-12-04 18:48:03 +01:00
commit
82e0a9b428
@ -58,8 +58,8 @@ Examples:
|
||||
|
||||
- `"hello " . "world"`
|
||||
- `"hello " . Person::DEFAULT_NAME`
|
||||
- `implode([', ', ["one", "two"])`
|
||||
- `implode([', ', [1, 2, 3])`
|
||||
- `implode(', ', ["one", "two"])`
|
||||
- `implode(', ', [1, 2, 3])`
|
||||
- `"hello " . <another literal-string>`
|
||||
|
||||
Strings that don't pass this type check:
|
||||
|
Loading…
Reference in New Issue
Block a user