This commit is contained in:
Fabien Potencier
2021-05-19 09:15:15 +02:00
parent 398487c101
commit c2fc988fd7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,4 +25,4 @@ Arguments
* ``name``: The column name to extract
.. _`array_column`: https://secure.php.net/array_column
.. _`array_column`: https://www.php.net/array_column
+1 -1
View File
@@ -211,7 +211,7 @@ function twig_escape_filter(Environment $env, $string, $strategy = 'html', $char
switch ($strategy) {
case 'html':
// see https://secure.php.net/htmlspecialchars
// see https://www.php.net/htmlspecialchars
// Using a static variable to avoid initializing the array
// each time the function is called. Moving the declaration on the