Passed
Push — master ( 9d9cc8...e37140 )
by Adrien
08:28
created
server/Application/Api/Field/Mutation/CreateOrder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
                 $messageQueuer = $container->get(MessageQueuer::class);
37 37
 
38 38
                 $input = $args['input'];
39
-                $input['orderLines'] = array_map(fn ($line) => Utility::entityIdToModel($line), $input['orderLines']);
39
+                $input['orderLines'] = array_map(fn($line) => Utility::entityIdToModel($line), $input['orderLines']);
40 40
 
41 41
                 /** @var Invoicer $invoicer */
42 42
                 $invoicer = $container->get(Invoicer::class);
Please login to merge, or discard this patch.