| Total Complexity | 1 |
| Total Lines | 11 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 20 | class Check extends CheckAbstract |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * @param int|string $size minimum disk size in bytes or a valid byte string (IEC, SI or Jedec) |
||
| 24 | * @param string $path The disk path to check, i.e. '/tmp' or 'C:' (defaults to /) |
||
| 25 | * |
||
| 26 | * @throws \InvalidArgumentException |
||
| 27 | */ |
||
| 28 | 2 | public function __construct($size, $path = '/') |
|
| 33 |