This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass second argument to
injectFactory()
- `injectFactory()` is intended as an initializer, and, as such, should expect two arguments. zend-form in v2.7 corrects this, making both arguments required, which exposed the fact that the zend-mvc `FormAnnotationBuilderFactory` was calling it incorrectly.
- Loading branch information