Completed
Branch master (e12a30)
by Sławomir
02:01
created
Lib/Renderer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -421,7 +421,7 @@
 block discarded – undo
421 421
         $parts = Tools::explodeTemplateStringToArray($template);
422 422
         array_walk(
423 423
             $parts,
424
-            function (&$value) use ($spaces) {
424
+            function(&$value) use ($spaces) {
425 425
                 $value = str_pad($value, strlen($value) + (int) $spaces, " ", STR_PAD_LEFT);
426 426
             }
427 427
         );
Please login to merge, or discard this patch.