Updates to use scalar and return type hints, including nullable and void types, wherever possible. In some cases, where extending classes from components that have not updated to PHP 7.1 syntax yet, typehints were omitted for compatibility.
Ensures ZendViewRenderer implements v2 signature of zend-expressive-template TemplateRendererInterface.
This patch accomplishes the following:
ZendViewRenderer
implements v2 signature of zend-expressive-templateTemplateRendererInterface
.