Skip to content

Commit 73f504c

Browse files
[Templating] fix return type declarations
1 parent 2b8ef1d commit 73f504c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Templating/PhpEngine.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ public function extend($template)
301301
* @param mixed $value A variable to escape
302302
* @param string $context The context name
303303
*
304-
* @return string The escaped value
304+
* @return mixed The escaped value
305305
*/
306306
public function escape($value, $context = 'html')
307307
{

0 commit comments

Comments
 (0)