Passed
Push — feature/VSVGVQ-7 ( 7a4556...229768 )
by Luc
03:09
created
src/Question/Serializers/CategoriesNormalizer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
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()
Please login to merge, or discard this patch.