Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

zend-mvc 2.7.13

Compare
Choose a tag to compare
@weierophinney 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 of Zend\ServiceManager\AbstractPluginManager::get(), and thus ensure compatibility when running under PHP 7.2.

  • #234 fixes docblock annotations in AbstractActionController::indexAction and notFoundAction to indicate they return a ViewModel|ConsoleModel and not array.