Passed
Branch master (caeb16)
by Mikołaj
12:45
created
src/Document/Product/Category.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -35,8 +35,8 @@
 block discarded – undo
35 35
     public function toArray(): array
36 36
     {
37 37
         return [
38
-          self::CATEGORY => $this->entities,
39
-          self::CATEGORY_IDS => $this->ids,
38
+            self::CATEGORY => $this->entities,
39
+            self::CATEGORY_IDS => $this->ids,
40 40
         ];
41 41
     }
42 42
 }
Please login to merge, or discard this patch.