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
{{ message }}
This repository has been archived by the owner on Feb 6, 2020. It is now read-only.
The problem is the use of array_merge_recursive() function in this line.
Same problem with delegators property.
I found this issue using zend-mvc and an already configured container, then Zend\ModuleManager\Listener\ServiceListener reconfigure it adding configuration from ModuleManager features.
The text was updated successfully, but these errors were encountered:
thomasvargiu
added a commit
to thomasvargiu/zend-servicemanager
that referenced
this issue
Feb 15, 2019
I'm trying to do something like this:
This will result on internal
lazy_services
property the following:The problem is the use of
array_merge_recursive()
function in this line.Same problem with
delegators
property.I found this issue using
zend-mvc
and an already configured container, thenZend\ModuleManager\Listener\ServiceListener
reconfigure it adding configuration from ModuleManager features.The text was updated successfully, but these errors were encountered: