This repository has been archived by the owner on Feb 6, 2020. It is now read-only.
zend-servicemanager 2.7.10
weierophinney
released this
05 Dec 16:29
·
610 commits
to master
since this release
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #210 fixes a regression whereby factories accepting creation options were receiving an empty array versus a
null
value when no options were present for a particular invocation; they now correctly receive anull
value.