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 a193dff commit 83fff65Copy full SHA for 83fff65
src/Check/DiskFree.php
@@ -126,6 +126,11 @@ class DiskFree extends AbstractCheck implements CheckInterface
126
3 => 1073741824, // 2^30 == 1024^3
127
];
128
129
+ /**
130
+ * The disk path to check.
131
+ */
132
+ private string $path;
133
+
134
/**
135
* @param int|string $size Minimum disk size in bytes or a valid byte string (IEC, SI or Jedec).
136
* @param string $path The disk path to check, i.e. '/tmp' or 'C:' (defaults to /)
0 commit comments