Passed
Push — 0.8.x ( 54626d...382f48 )
by Alexander
06:05 queued 02:55
created
src/components/Console/Helper/Helper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
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'],
Please login to merge, or discard this patch.