Test Failed
Push — master ( 71f363...305df5 )
by Alexey
04:49
created
system/modules/Ecommerce/Ecommerce.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -368,7 +368,7 @@
 block discarded – undo
368 368
         }
369 369
 
370 370
         $categorys = \Ecommerce\Category::getList(['where' => ['parent_id', 0]]);
371
-        $scan = function($category, $scan) {
371
+        $scan = function ($category, $scan) {
372 372
             $map = [];
373 373
 
374 374
             foreach ($category->items(['array' => true, 'cols' => ['item_id', 'item_name']]) as $item) {
Please login to merge, or discard this patch.