Skip to content

Commit

Permalink
Add missing property
Browse files Browse the repository at this point in the history
Signed-off-by: Ion Bazan <[email protected]>
  • Loading branch information
IonBazan committed Dec 19, 2022
1 parent a193dff commit 83fff65
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Check/DiskFree.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@ class DiskFree extends AbstractCheck implements CheckInterface
3 => 1073741824, // 2^30 == 1024^3
];

/**
* The disk path to check.
*/
private string $path;

/**
* @param int|string $size Minimum disk size in bytes or a valid byte string (IEC, SI or Jedec).
* @param string $path The disk path to check, i.e. '/tmp' or 'C:' (defaults to /)
Expand Down

0 comments on commit 83fff65

Please sign in to comment.