See https://github.com/doctrine/DoctrineORMModule/pull/687, the same needs to be done for this module. All factories should be checked for the existence of createService() and if there is such method, it should be marked deprecated as such:
/**
* @deprecated 3.1.0 With laminas-servicemanager v3 this method is obsolete and will be removed in 4.0.0.
*/
See https://github.com/doctrine/DoctrineORMModule/pull/687, the same needs to be done for this module. All factories should be checked for the existence of
createService()
and if there is such method, it should be marked deprecated as such: