Skip to content

Commit ac34e1b

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

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Check/DiskFree.php

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

129+
/**
130+
* The disk path to check.
131+
*
132+
* @internal
133+
*/
134+
public string $path;
135+
129136
/**
130137
* @param int|string $size Minimum disk size in bytes or a valid byte string (IEC, SI or Jedec).
131138
* @param string $path The disk path to check, i.e. '/tmp' or 'C:' (defaults to /)

0 commit comments

Comments
 (0)