You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
Interface A { }
Interface B { }
Interface C extends A,B { }
$fileScanner = .....; // a file which contains Interface C
$clazz = $fileScanner->getClasses()[0]; //which is C
$clazz->getInterfaces(); // this line don't work correctly. It should return A and B
best regards
Siwapun Siwaporn
The text was updated successfully, but these errors were encountered:
short example
best regards
Siwapun Siwaporn
The text was updated successfully, but these errors were encountered: