You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.
Currently i am using the zend view in my project and i notice a very small problem with the docblock of the \Zend\View\Model\ViewModel class constructor.
Where it says @param null|array|Traversable $variables should be @param null|array|Traversable|ArrayAccess $variables
In the same constructor if no $variables is provided the constructor initializes it with one instance of arrayAccess.
The text was updated successfully, but these errors were encountered:
Currently i am using the zend view in my project and i notice a very small problem with the docblock of the \Zend\View\Model\ViewModel class constructor.
Where it says @param null|array|Traversable $variables should be @param null|array|Traversable|ArrayAccess $variables
In the same constructor if no $variables is provided the constructor initializes it with one instance of arrayAccess.
The text was updated successfully, but these errors were encountered: