The creation of new proxies fails, if the corresponding service contains a circular dependency.
We never get back the service instance on line 132, because createRealService internal calls the create method of the Zend ServiceManager, which has a built-in circular dependency detection.
If such a dependency is detected, it throws an Zend\ServiceManager\Exception\CircularDependencyFoundException
Class: OcraServiceManager\Proxy\ServiceProxyAbstractFactory
The creation of new proxies fails, if the corresponding service contains a circular dependency.
We never get back the service instance on line 132, because createRealService internal calls the create method of the Zend ServiceManager, which has a built-in circular dependency detection.
If such a dependency is detected, it throws an Zend\ServiceManager\Exception\CircularDependencyFoundException