@@ -122,7 +122,7 @@ |
||
| 122 | 122 | { |
| 123 | 123 | $currentProductCategories = $this->productToRemoteCategoryRepository->getArticleRemoteCategories($articleId); |
| 124 | 124 | |
| 125 | - $assignedCategoryIds = array_map(function (RemoteCategory $assignedCategory) { |
|
| 125 | + $assignedCategoryIds = array_map(function(RemoteCategory $assignedCategory) { |
|
| 126 | 126 | $assignedCategory->getId(); |
| 127 | 127 | }, $assignedCategories); |
| 128 | 128 | |