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