This repository was archived by the owner on Jan 29, 2020. It is now read-only.
Commit 3c55ee9
committed
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.1 parent 03743d7 commit 3c55ee9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
0 commit comments