@@ -17,7 +17,7 @@ |
||
| 17 | 17 | protected function read($categorySyncConfig): array |
| 18 | 18 | { |
| 19 | 19 | return [ |
| 20 | - [],[],[], |
|
| 20 | + [], [], [], |
|
| 21 | 21 | ]; |
| 22 | 22 | } |
| 23 | 23 | |
@@ -72,7 +72,7 @@ |
||
| 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 | /** |
@@ -20,7 +20,7 @@ |
||
| 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); |