Update PhpEngine.php

just a minor phpdoc fix
This commit is contained in:
janschoenherr 2013-04-08 15:26:52 +03:00 committed by Fabien Potencier
parent 12b7073607
commit df22326664

View File

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