@@ -34,7 +34,7 @@ |
||
| 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 |