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
Hi. My module class extends ZfcBase\Module\AbstractModule and implements Zend\ModuleManager\Feature\InitProviderInterface.
During testing, I see:
PHP Strict standards: Declaration of ScContent\Module::init() should be compatible with ZfcBase\Module\AbstractModule::init(Zend\ModuleManager\ModuleManager $moduleManager)
It is possible to make compatible ZfcBase\Module\AbstractModule::init() with Zend\ModuleManager\Feature\InitProviderInterface::init() ?
The text was updated successfully, but these errors were encountered:
I don't even know where to start with AbstractModule. It's from the ancient times of ZF2 betas and does many bad things (mostly around module options). I would avoid using it unless you have a good reason for needing it.
Hi. My module class extends ZfcBase\Module\AbstractModule and implements Zend\ModuleManager\Feature\InitProviderInterface.
During testing, I see:
PHP Strict standards: Declaration of ScContent\Module::init() should be compatible with ZfcBase\Module\AbstractModule::init(Zend\ModuleManager\ModuleManager $moduleManager)
It is possible to make compatible ZfcBase\Module\AbstractModule::init() with Zend\ModuleManager\Feature\InitProviderInterface::init() ?
The text was updated successfully, but these errors were encountered: