Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

ClassScanner::getInterfaces() don't work correctly with Interface #90

Closed
mapkuff opened this issue Sep 18, 2016 · 2 comments
Closed

ClassScanner::getInterfaces() don't work correctly with Interface #90

mapkuff opened this issue Sep 18, 2016 · 2 comments
Assignees
Labels
Milestone

Comments

@mapkuff
Copy link
Contributor

mapkuff commented Sep 18, 2016

short example

 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

@mapkuff
Copy link
Contributor Author

mapkuff commented Sep 18, 2016

I'm fixing it. will create pull request soon.

@mapkuff
Copy link
Contributor Author

mapkuff commented Sep 18, 2016

pull request created
#92

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants