@@ -28,7 +28,7 @@ |
||
28 | 28 | { |
29 | 29 | /** @var Categories $categories */ |
30 | 30 | return array_map( |
31 | - function (Category $category) use ($format, $context) { |
|
31 | + function(Category $category) use ($format, $context) { |
|
32 | 32 | return $this->categoryNormalizer->normalize($category, $format, $context); |
33 | 33 | }, |
34 | 34 | $categories->toArray() |