-
Notifications
You must be signed in to change notification settings - Fork 89
Conflict in doc and implementation #144
Comments
@robob4him Can you link to a specific page and heading where you see this occurring, please? |
@weierophinney, np. https://zendframework.github.io/zend-servicemanager/configuring-the-service-manager/
|
Uhm, thats all right by the way. There is no specific namespace given and since the new But yes, the lack of the use statement in the top of the snippet might lead to the wrong Interface tho. |
This repository has been closed and moved to laminas/laminas-servicemanager; a new issue has been opened at laminas/laminas-servicemanager#23. |
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?
The text was updated successfully, but these errors were encountered: