InvalidPropertyFetch
March 20, 2020 ยท View on GitHub
Emitted when attempting to get a property from a non-object
<?php
$a = "foo";
echo $a->bar;
March 20, 2020 ยท View on GitHub
Emitted when attempting to get a property from a non-object
<?php
$a = "foo";
echo $a->bar;