We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe37f04 commit 2009a58Copy full SHA for 2009a58
src/DebugBar/DataCollector/MemoryCollector.php
@@ -67,7 +67,7 @@ public function collect()
67
$this->updatePeakUsage();
68
return array(
69
'peak_usage' => $this->peakUsage,
70
- 'peak_usage_str' => $this->getDataFormatter()->formatBytes($this->peakUsage)
+ 'peak_usage_str' => $this->getDataFormatter()->formatBytes($this->peakUsage, 0)
71
);
72
}
73
0 commit comments