Total Complexity | 5 |
Total Lines | 36 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
11 | class Cd |
||
12 | { |
||
13 | /** |
||
14 | * @param \drupol\phpvfs\Filesystem\FilesystemInterface $vfs |
||
15 | * @param string $id |
||
16 | * |
||
17 | * @throws \Exception |
||
18 | * |
||
19 | * @return \drupol\phpvfs\Node\DirectoryInterface |
||
20 | */ |
||
21 | 2 | public static function exec(FilesystemInterface $vfs, string $id): DirectoryInterface |
|
49 |