mirror of
https://github.com/danog/psalm.git
synced 2025-01-05 20:48:45 +01:00
138 B
138 B
InvalidPropertyAssignment
Emitted when attempting to assign a property to a non-object
<?php
$a = "foo";
$a->bar = "bar";