ZF2-266: Zend\Code\Scanner\ClassScanner don't recognize abstract functions
Description
Zend\Code\Scanner\ClassScanner don't recognize abstract functions like:
{{abstract public function fAbstractPublic();}}
Also some methods return different values then the Reflection-Functions.
Comments
Posted by Markus Lidel (shadowconnect) on 2012-04-15T01:44:37.000+0000
Patch with some bugfixes to Zend\Code\Scanner and some unittests to verify that results of Scanner-Functions matches Reflection-Functions
Posted by Maks 3w (maks3w) on 2012-05-21T12:48:20.000+0000
Hi Markus.
I tried apply your patch but there are a lot conflicts with the last version in master
Could you send a Pull Request to GitHub?
http://framework.zend.com/wiki/display/…
Thanks
Posted by Ralph Schindler (ralph) on 2012-10-08T20:15:21.000+0000
This issue has been closed on Jira and moved to GitHub for issue tracking. To continue following the resolution of this issues, please visit: https://github.com/zendframework/zf2/issues/2471