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

Commit df72b10

Browse files
committed
Merge branch 'hotfix/104'
Close #104
2 parents 6fa6287 + 5834f41 commit df72b10

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ All notable changes to this project will be documented in this file, in reverse
2727
rendered. As long as the `HeadMeta` helper is called early in your markup, this
2828
should ensure it is within the first 1024 characters, ensuring your document
2929
validates.
30+
- [#104](https://github.com/zendframework/zend-view/pull/104) fixes the
31+
`@method` annotation for the `Placeholder` view helper to use the correct case,
32+
fixing issues with method completion in IDEs.
3033

3134
## 2.8.1 - 2016-06-30
3235

src/Renderer/PhpRenderer.php

+1-1
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)