Passed
Push — karoly/akeneo-skeleton ( dfb631 )
by Karoly
05:38
created
src/SprykerEco/Zed/AkeneoPim/Business/Syncer/CategorySyncer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     protected function read($categorySyncConfig): array
18 18
     {
19 19
         return [
20
-            [],[],[],
20
+            [], [], [],
21 21
         ];
22 22
     }
23 23
 
Please login to merge, or discard this patch.
src/SprykerEco/Zed/AkeneoPim/Business/Syncer/ProductConcreteSyncer.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
     {
73 73
         return $this->mapper->map($akeneoEntity, $productConcreteSyncConfig->getMapConfig());
74 74
 
75
-     //   return $akeneoEntity;
75
+        //   return $akeneoEntity;
76 76
     }
77 77
 
78 78
     /**
Please login to merge, or discard this patch.
src/SprykerEco/Zed/AkeneoPim/Business/Syncer/AbstractSyncer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
     {
21 21
         $akeneoEntities = $this->read($syncConfig);
22 22
 
23
-        foreach($akeneoEntities as $akeneoEntity) {
23
+        foreach ($akeneoEntities as $akeneoEntity) {
24 24
             $validationResult = $this->validate($akeneoEntity, $syncConfig);
25 25
             if ($validationResult->getIsSuccess() === false) {
26 26
                 $this->resultHandler->addError($akeneoEntity, $validationResult, $syncConfig);
Please login to merge, or discard this patch.