ZF-2570: Use type hints where methods expect parameters of hintable types
Description
Where methods expect parameters of hintable types (i.e., array or object), type hints should be used, as in the following example:
public function someMethod(array $options)
Comments
No comments to display