Passed
Push — master ( 86d2ed...c20486 )
by Eric
01:52
created
src/Bench.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -189,7 +189,7 @@  discard block
 block discarded – undo
189 189
         /**
190 190
          * @psalm-var int $mod
191 191
          */
192
-        static $mod   = 1024;
192
+        static $mod = 1024;
193 193
 
194 194
         $format ??= '%.2f%s';
195 195
 
@@ -202,7 +202,7 @@  discard block
 block discarded – undo
202 202
         do {
203 203
             ++$unit;
204 204
             $size /= $mod;
205
-        } while($size > $mod);
205
+        } while ($size > $mod);
206 206
 
207 207
         return sprintf($format, round($size, $round), $units[$unit]);
208 208
     }
Please login to merge, or discard this patch.