@@ -34,7 +34,7 @@ |
||
34 | 34 | * Magic method to first get the real rootFolder and then |
35 | 35 | * call $method with $args on it |
36 | 36 | * |
37 | - * @param $method |
|
37 | + * @param string $method |
|
38 | 38 | * @param $args |
39 | 39 | * @return mixed |
40 | 40 | */ |
@@ -2,9 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace OC\Files\Node; |
4 | 4 | |
5 | -use OC\Files\Mount\MountPoint; |
|
6 | 5 | use OCP\Files\IRootFolder; |
7 | -use OCP\Files\NotPermittedException; |
|
8 | 6 | |
9 | 7 | /** |
10 | 8 | * Class LazyRoot |