Completed
Pull Request — master (#17)
by
unknown
02:12
created
src/Contracts/Enum.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
 
35 35
     public static function getKey(string $label): int
36 36
     {
37
-        return (int)array_search($label, static::LABELS, true);
37
+        return (int) array_search($label, static::LABELS, true);
38 38
     }
39 39
 
40 40
     public static function translations(): Collection
Please login to merge, or discard this patch.