Completed
Pull Request — master (#370)
by Daniel
03:18
created
Components/CategoryResolver/DefaultCategoryResolver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.