Passed
Push — feature/VSVGVQ-7 ( d2250a...368f52 )
by Luc
02:55
created
src/Question/Serializers/QuestionDenormalizer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
         );
51 51
 
52 52
         $answers = array_map(
53
-            function (array $answer) use ($format) {
53
+            function(array $answer) use ($format) {
54 54
                 return $this->answerDenormalizer->denormalize(
55 55
                     $answer,
56 56
                     Answer::class,
Please login to merge, or discard this patch.
src/Question/Serializers/QuestionNormalizer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
         );
42 42
 
43 43
         $answers = array_map(
44
-            function (Answer $answer) use ($format) {
44
+            function(Answer $answer) use ($format) {
45 45
                 return $this->answerNormalizer->normalize(
46 46
                     $answer,
47 47
                     $format
Please login to merge, or discard this patch.