Back to Psalm

StringIncrement

docs/running_psalm/issues/StringIncrement.md

6.16.1169 B
Original Source

StringIncrement

Emitted when attempting to increment a string - this works in PHP, but is unexpected behaviour for most people.

php
<?php

$a = "hello";
$a++;