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 Feb 6, 2020. It is now read-only.
Remove conflicting imports and resolve relative to root namespace
- No need to import Zend\ServiceManager\Initializer; it's a subnamespace
of the current namespace already.
- Resolve AbstractFactoryInterface and DelegatorFactoryInterface
relative to `Factory` subnamespace to prevent naming collisions. These
only affect docblocks anyways. (Fixes issues observed in two separate,
3rd party packages when testing against the class.)
0 commit comments