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

zend-httphandlerrunner 1.0.1

Choose a tag to compare

@weierophinney weierophinney released this 21 Feb 20:35
· 36 commits to master since this release

Added

  • Nothing.

Changed

  • #2 modifies how the request and error response factories are composed with the RequestHandlerRunner class. In both cases, they are now encapsulated in a closure which also defines a return type hint, ensuring that if the factories produce an invalid return type, a PHP TypeError will be raised.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.