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 4042dcc commit b8a9d57Copy full SHA for b8a9d57
src/Monitors/DiskUsageMonitor.php
@@ -55,7 +55,7 @@ public function runMonitor()
55
56
$this->totalSpace = disk_total_space($this->path);
57
58
- $this->freeSpace= disk_free_space($this->path);
+ $this->freeSpace = disk_free_space($this->path);
59
60
$this->usedSpace = $this->totalSpace - $this->freeSpace;
61
0 commit comments