Completed
Pull Request — master (#60)
by
unknown
34s
created
Services/TagManagerVariables.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -175,8 +175,8 @@
 block discarded – undo
175 175
     {
176 176
         $variables = $this->getVariables();
177 177
 
178
-        array_walk_recursive($variables, static function (&$item) {
179
-            if(gettype($item) === 'string') {
178
+        array_walk_recursive($variables, static function(&$item) {
179
+            if (gettype($item) === 'string') {
180 180
                 $item = htmlspecialchars($item);
181 181
             }
182 182
         });
Please login to merge, or discard this patch.