@@ -104,7 +104,7 @@ |
||
104 | 104 | |
105 | 105 | return new Categories( |
106 | 106 | ...array_map( |
107 | - function (CategoryEntity $categoryEntity) { |
|
107 | + function(CategoryEntity $categoryEntity) { |
|
108 | 108 | return $categoryEntity->toCategory(); |
109 | 109 | }, |
110 | 110 | $categoryEntities |