-
Notifications
You must be signed in to change notification settings - Fork 372
Closed
Labels
enhancementThis improves the quality of Phan's analysis of a codebaseThis improves the quality of Phan's analysis of a codebase
Description
Hi,
After running phan, I've got an error saying "undeclared class \F". The thing is, I have a class_alias
on that : class_alias(Foo::class, 'F');
(...historical reasons actually), so it shouldn't trigger this error... To continue on checking errors, I have declared a stub but IMO that's not really "exact" to do that.
Any plans to support class_alias
statements ?
Thanks.
Metadata
Metadata
Assignees
Labels
enhancementThis improves the quality of Phan's analysis of a codebaseThis improves the quality of Phan's analysis of a codebase