Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / Template / TwigExtension.php
index 520a8beb25f291489d289fd39d80a26add0167fd..377efe6ddeffa6b4a6ffc3db19d11dba5ef9da46 100644 (file)
@@ -610,7 +610,7 @@ class TwigExtension extends \Twig_Extension {
       $value = iterator_to_array($value, FALSE);
     }
 
-    return implode($glue, array_map(function($item) use ($env) {
+    return implode($glue, array_map(function ($item) use ($env) {
       // If $item is not marked safe then it will be escaped.
       return $this->escapeFilter($env, $item, 'html', NULL, TRUE);
     }, (array) $value));