-
-
Notifications
You must be signed in to change notification settings - Fork 156
Open
Labels
Description
Currently, it seems that anonymous classes are not supported (or fully supported ?).
<?php
$foo = new class {
public $bar;
public function doFoo(): void
{
}
};neither the property bar and method doFoo are recognized ? Using latest phpactor (from develop branch).
Reactions are currently unavailable