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

Commit

Permalink
Merge pull request zendframework/zendframework#7376 from froschdesign…
Browse files Browse the repository at this point in the history
…/hotfix/docblock-phprenderer

Fixes DocBlock for BasePath helper in PhpRenderer
  • Loading branch information
weierophinney committed May 6, 2015
5 parents 2d0e378 + c0335ae + ac95d66 + 3ae38fd + b6bd79e commit ea858b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Renderer/PhpRenderer.php
Original file line number Diff line number Diff line change
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 ea858b1

Please sign in to comment.