Skip to content

Commit 83fff65

Browse files
committed
Add missing property
Signed-off-by: Ion Bazan <ion.bazan@gmail.com>
1 parent a193dff commit 83fff65

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Check/DiskFree.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,11 @@ class DiskFree extends AbstractCheck implements CheckInterface
126126
3 => 1073741824, // 2^30 == 1024^3
127127
];
128128

129+
/**
130+
* The disk path to check.
131+
*/
132+
private string $path;
133+
129134
/**
130135
* @param int|string $size Minimum disk size in bytes or a valid byte string (IEC, SI or Jedec).
131136
* @param string $path The disk path to check, i.e. '/tmp' or 'C:' (defaults to /)

0 commit comments

Comments
 (0)