Completed
Push — master ( 09c71a...0b4871 )
by
unknown
20s queued 18s
created
Services/TagManagerVariables.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -175,7 +175,7 @@
 block discarded – undo
175 175
     {
176 176
         $variables = $this->getVariables();
177 177
 
178
-        array_walk_recursive($variables, static function (&$item) {
178
+        array_walk_recursive($variables, static function(&$item) {
179 179
             $item = htmlspecialchars($item);
180 180
         });
181 181
 
Please login to merge, or discard this patch.