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

Commit

Permalink
Merge branch 'hotfix/zf2-459' of https://github.com/Maks3w/zf2
Browse files Browse the repository at this point in the history
  • Loading branch information
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/Helper/Navigation.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,8 @@ public function getPluginManager()
* thrown if something goes
* wrong. Default is true.
* @return \Zend\View\Helper\Navigation\HelperInterface helper instance
* @throws \Zend\Loader\PluginLoader\Exception if $strict is true and
* @throws Exception\RuntimeException if $strict is true and
* helper cannot be found
* @throws Exception\InvalidArgumentException if $strict is true and
* helper does not implement the specified interface
*/
public function findHelper($proxy, $strict = true)
{
Expand Down Expand Up @@ -334,11 +332,8 @@ public function getInjectTranslator()
* render. Default is to
* render the container
* registered in the helper.
* @return string helper output
* @throws \Zend\Loader\PluginLoader\Exception if helper cannot be found
* @throws \Zend\View\Exception\ExceptionInterface if helper doesn't implement
* the interface specified in
* {@link findHelper()}
* @return string helper output
* @throws Exception\RuntimeException if helper cannot be found
*/
public function render($container = null)
{
Expand Down

0 comments on commit e780008

Please sign in to comment.