We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I noticed this happening often when a project had phan installed as a dependency.
As a minimal example, the server will enter an infinite loop trying to index this file:
<?php class C extends C {} $c = new C; $c->undef_prop = 1;
PR to follow.