Passed
Push — master ( 657dff...4b8ed9 )
by Alexey
09:03 queued 03:18
created
system/modules/Ecommerce/Ecommerce.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -335,7 +335,7 @@
 block discarded – undo
335 335
         }
336 336
 
337 337
         $categorys = \Ecommerce\Category::getList(['where' => ['parent_id', 0]]);
338
-        $scan = function($category, $scan) {
338
+        $scan = function ($category, $scan) {
339 339
             $map = [];
340 340
 
341 341
             foreach ($category->items as $item) {
Please login to merge, or discard this patch.