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

Commit ea9dbd7

Browse files
committed
Merge pull request #104 from localheinz/fix/case
Fix: Case-insensitive method annotation for placeholder helper
2 parents 6fa6287 + 416d86e commit ea9dbd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Renderer/PhpRenderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
* @method string paginationControl(\Zend\Paginator\Paginator $paginator = null, $scrollingStyle = null, $partial = null, $params = null)
6262
* @method string|\Zend\View\Helper\Partial partial($name = null, $values = null)
6363
* @method string partialLoop($name = null, $values = null)
64-
* @method \Zend\View\Helper\Placeholder\Container\AbstractContainer placeHolder($name = null)
64+
* @method \Zend\View\Helper\Placeholder\Container\AbstractContainer placeholder($name = null)
6565
* @method string renderChildModel($child)
6666
* @method void renderToPlaceholder($script, $placeholder)
6767
* @method string serverUrl($requestUri = null)

0 commit comments

Comments
 (0)