Total Complexity | 4 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
10 | trait PathAssertionsTrait |
||
11 | { |
||
12 | /** |
||
13 | * @throws FileNotFoundException |
||
14 | */ |
||
15 | 28 | protected function ensureFileExists(string $file): void |
|
19 | } |
||
20 | 18 | } |
|
21 | |||
22 | /** |
||
23 | * @throws FileNotReadableException |
||
24 | * @throws FileNotFoundException |
||
25 | */ |
||
26 | 26 | protected function ensureFileReadable(string $file): void |
|
37 |