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 was archived by the owner on Jan 29, 2020. It is now read-only.
Ensure PluginManager::get adheres to AbstractPluginManager::get signature
`PluginManager::get()`'s signature prior to this patch was inconsistent
with that of zend-servicemanager's `AbstractPluginManager::get()`
implementation, leading to an error under PHP 7.2. This patch updates
the signature to work correctly.
0 commit comments