Skip to content

Commit 04636f9

Browse files
committed
typo
1 parent 28cf135 commit 04636f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DebugBar/DataCollector/DataCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function formatDuration($seconds)
5858
*/
5959
public function formatBytes($size, $precision = 2)
6060
{
61-
if ($size === 0 || $size === null) {
61+
if ($size === 0 || $size === null) {
6262
return "0B";
6363
}
6464
$base = log($size) / log(1024);

0 commit comments

Comments
 (0)