-
-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Labels
Description
The documentation states that a factory stored in a class would implement FactoryInterface but it doesn't reference which one. In ZF3 there still exists the ZF2 FactoryInterface which requires a 'createService' method while the ZF3 interface requires '__invoke'.
It is confusing to still have the ZF2 implementation out there when the clear direction in the docs in ZF3. Perhaps it should be removed?
Originally posted by @robob4him at zendframework/zend-servicemanager#144
Reactions are currently unavailable