Passed
Pull Request — master (#21)
by Volodymyr
08:08
created
Business/Translator/Dictionary/DefaultCategoryImportDictionary.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -58,10 +58,10 @@
 block discarded – undo
58 58
                     ],
59 59
                 ],
60 60
             ],
61
-            'fk_category_template' => function ($value, $payload) {
61
+            'fk_category_template' => function($value, $payload) {
62 62
                 return $this->config->getFkCategoryTemplate();
63 63
             },
64
-            'parent_category_key' => function ($value) {
64
+            'parent_category_key' => function($value) {
65 65
                 if (empty($value)) {
66 66
                     return $this->config->getDefaultParentCategoryKey();
67 67
                 }
Please login to merge, or discard this patch.