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.
... but when the factory is invoked, it get's $this->creationContext.
I'm not sure if this is intentional or not, but it causes infinite loops when the abstract factory tries to do a $services->get('foo') inside it's canCreate(). See the fail at: zendframework/zend-inputfilter#86
The text was updated successfully, but these errors were encountered:
See:
https://github.com/zendframework/zend-servicemanager/blob/develop/src/ServiceManager.php#L611
... but when the factory is invoked, it get's
$this->creationContext
.I'm not sure if this is intentional or not, but it causes infinite loops when the abstract factory tries to do a
$services->get('foo')
inside it'scanCreate()
. See the fail at: zendframework/zend-inputfilter#86The text was updated successfully, but these errors were encountered: