Closed janedbal closed 5 months ago
It reports even those cases where you cannot use instanceof:
$condition = false; if ($condition) { $object = new stdClass(); } if (isset($object)) { $object->foo = 'bar'; }
It reports even those cases where you cannot use instanceof: