Passed
Push — master ( bb75b4...1bca4b )
by Adrien
15:23
created
test/Unit/ConfigTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
             Camt054\MessageFormat\V04::class,
35 35
         ];
36 36
 
37
-        $actualMessageFormats = array_map(static fn (MessageFormatInterface $messageFormat): string => get_class($messageFormat), $messageFormats);
37
+        $actualMessageFormats = array_map(static fn(MessageFormatInterface $messageFormat): string => get_class($messageFormat), $messageFormats);
38 38
 
39 39
         $additionalMessageFormats = array_diff(
40 40
             $actualMessageFormats,
Please login to merge, or discard this patch.