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() ?