This repository was archived by the owner on Jan 29, 2020. It is now read-only.
zend-httphandlerrunner 1.0.1
Added
- Nothing.
Changed
- #2 modifies how the request and error response factories are composed with the
RequestHandlerRunnerclass. 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 PHPTypeErrorwill be raised.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.