Passed
Push — master ( 9be669...e51c62 )
by Sergei
08:32 queued 05:19
created
src/Container.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -313,7 +313,7 @@
 block discarded – undo
313 313
                 $class === null ? [] : [ArrayDefinition::CLASS_NAME => $class],
314 314
                 [ArrayDefinition::CONSTRUCTOR => $constructorArguments],
315 315
                 // extract only value from parsed definition method
316
-                array_map(static fn (array $data): mixed => $data[2], $methodsAndProperties),
316
+                array_map(static fn (array $data) : mixed => $data[2], $methodsAndProperties),
317 317
             );
318 318
         }
319 319
 
Please login to merge, or discard this patch.