[Templating] fix return type declarations

This commit is contained in:
Nicolas Grekas 2019-08-24 17:45:58 +02:00
parent 2b8ef1d6d7
commit 73f504c94a
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ class PhpEngine implements EngineInterface, \ArrayAccess
* @param mixed $value A variable to escape
* @param string $context The context name
*
* @return string The escaped value
* @return mixed The escaped value
*/
public function escape($value, $context = 'html')
{