Total Complexity | 2 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
10 | class Touch |
||
11 | { |
||
12 | /** |
||
13 | * @param \drupol\phpvfs\Filesystem\FilesystemInterface $vfs |
||
14 | * @param string $id |
||
15 | * @param string $content |
||
16 | * @param array $attributes |
||
17 | * |
||
18 | * @throws \Exception |
||
19 | * |
||
20 | * @return \drupol\phpvfs\Node\File |
||
21 | */ |
||
22 | 1 | public static function exec(FilesystemInterface $vfs, string $id, string $content = '', array $attributes = []) |
|
35 |