Passed
Pull Request — master (#56)
by Brent
01:48
created
src/Enum.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     public static function toArray(): array
22 22
     {
23 23
         return array_map(
24
-            fn (EnumDefinition $definition) => $definition->label,
24
+            fn(EnumDefinition $definition) => $definition->label,
25 25
             static::resolveDefinition()
26 26
         );
27 27
     }
Please login to merge, or discard this patch.