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

Commit

Permalink
Merge pull request #7376 from froschdesign/hotfix/docblock-phprenderer
Browse files Browse the repository at this point in the history
Fixes DocBlock for BasePath helper in PhpRenderer
  • Loading branch information
weierophinney committed May 6, 2015
2 parents 883c777 + c01152c commit c8f643b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/View/Renderer/PhpRenderer.php
Expand Up @@ -30,7 +30,7 @@
*
* Convenience methods for build in helpers (@see __call):
*
* @method \Zend\View\Helper\BasePath basePath($file = null)
* @method string|null basePath($file = null)
* @method \Zend\View\Helper\Cycle cycle(array $data = array(), $name = \Zend\View\Helper\Cycle::DEFAULT_NAME)
* @method \Zend\View\Helper\DeclareVars declareVars()
* @method \Zend\View\Helper\Doctype doctype($doctype = null)
Expand Down

0 comments on commit c8f643b

Please sign in to comment.