mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
163 B
163 B
StringIncrement
Emitted when attempting to increment a string - this works in PHP, but is unexpected behaviour for most people.
$a = "hello";
$a++;