Completed
Push — feature/VSVGVQ-7-Entities ( cc0453 )
by Luc
02:51
created
src/Question/Repositories/Entities/QuestionEntity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@
 block discarded – undo
140 140
     {
141 141
         $answers = new Answers(
142 142
             ...array_map(
143
-                function(AnswerEntity $answerEntity) {
143
+                function (AnswerEntity $answerEntity) {
144 144
                     return $answerEntity->toAnswer();
145 145
                 },
146 146
                 $this->getAnswerEntities()->toArray()
Please login to merge, or discard this patch.