merged branch janschoenherr/patch-5 (PR #7600)

This PR was submitted for the 2.2 branch but it was merged into the 2.1 branch instead (closes #7600).

Discussion
----------

[Templating] Update PhpEngine.php

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

just a minor phpdoc fix

Commits
-------

171b41f Update PhpEngine.php
This commit is contained in:
Fabien Potencier 2013-04-09 16:11:33 +02:00
commit 35f75bfcaa
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ class PhpEngine implements EngineInterface, \ArrayAccess
*
* @param string $name The helper name
*
* @return mixed The helper value
* @return HelperInterface The helper value
*
* @throws \InvalidArgumentException if the helper is not defined
*