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.
2 parents 8f92db6 + b8a9d57 commit f51b12bCopy full SHA for f51b12b
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