Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d209ef6

Browse files
committedSep 12, 2018
Fix wrong namespace in docs for HelperTrait and re-align code example
1 parent 537029b commit d209ef6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎docs/book/view-helpers.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ See the section on \[view helpers\](zend.view.helpers) for more information.
1010

1111
> ### IDE auto-completion in templates
1212
>
13-
> The `Zend\Form\View\Helper\HelperTrait` trait can be used to provide
14-
> auto-completion for modern IDEs. It defines the aliases of the view helpers in
15-
> a DocBlock as `@method` tags.
13+
> The `Zend\Form\View\HelperTrait` trait can be used to provide auto-completion
14+
> for modern IDEs. It defines the aliases of the view helpers in a DocBlock as
15+
> `@method` tags.
1616
>
1717
> #### Usage
1818
>
@@ -24,8 +24,8 @@ See the section on \[view helpers\](zend.view.helpers) for more information.
2424
> bar) `|`:
2525
> ```php
2626
> /**
27-
> * @var Zend\View\Renderer\PhpRenderer|Zend\Form\View\Helper\HelperTrait $this
28-
> */
27+
> * @var Zend\View\Renderer\PhpRenderer|Zend\Form\View\HelperTrait $this
28+
> */
2929
> ```
3030
>
3131
> You may chain as many `HelperTrait` traits as you like, depending on view

0 commit comments

Comments
 (0)
This repository has been archived.