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.
if ClassNames with leading Backslash are used (i.E. \My\Base\Class), the returnvalue of the Method Zend\Code\Generator\ClassGenerator::generateShortOrCompleteClassname() will be \My\Base\Class
as a quickfix i would suggest something like following:
Uh oh!
There was an error while loading. Please reload this page.
Hi @veewee ,
there is an error within this fix: 4a6f4ab
if ClassNames with leading Backslash are used (i.E. \My\Base\Class), the returnvalue of the Method Zend\Code\Generator\ClassGenerator::generateShortOrCompleteClassname() will be \My\Base\Class
as a quickfix i would suggest something like following:
see the "array_filter()" method after explode
The text was updated successfully, but these errors were encountered: