@@ -90,7 +90,7 @@ |
||
| 90 | 90 | * |
| 91 | 91 | * @return string |
| 92 | 92 | */ |
| 93 | - public static function formatTime(int|float $seconds) |
|
| 93 | + public static function formatTime(int | float $seconds) |
|
| 94 | 94 | { |
| 95 | 95 | static $timeFormats = [ |
| 96 | 96 | [0, '< 1 sec'], |