This repository was archived by the owner on Jan 29, 2020. It is now read-only.
Commit bc09e87
committed
Fixed
The patch introduced for 2.7.11 was incorrect in that it was passing the
`$container` argument, and not the `$formElementManager` argument, to
`$formElementManager->injectFactory()`. This patch updates it to use the
correct value, and fixes the related test expectation as well.FormAnnotationBuilderFactory::injectFactory() for zend-servicemanager v21 parent 1095058 commit bc09e87
File tree
2 files changed
+2
-2
lines changed- src/Service
- test/Service
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments