This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
zend-mvc 2.7.13
weierophinney
released this
14 Dec 22:45
·
427 commits
to master
since this release
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
-
Updates the
Zend\Mvc\Controller\PluginManager::get()
signature to match that ofZend\ServiceManager\AbstractPluginManager::get()
, and thus ensure compatibility when running under PHP 7.2. -
#234 fixes docblock annotations in
AbstractActionController::indexAction
andnotFoundAction
to indicate they return aViewModel|ConsoleModel
and notarray
.