@@ -37,7 +37,7 @@ discard block |
||
37 | 37 | * Creates a Folder that represents a non-existing path |
38 | 38 | * |
39 | 39 | * @param string $path path |
40 | - * @return string non-existing node class |
|
40 | + * @return NonExistingFolder non-existing node class |
|
41 | 41 | */ |
42 | 42 | protected function createNonExistingNode($path) { |
43 | 43 | return new NonExistingFolder($this->root, $this->view, $path); |
@@ -124,7 +124,7 @@ discard block |
||
124 | 124 | * Get the node at $path |
125 | 125 | * |
126 | 126 | * @param string $path |
127 | - * @return \OC\Files\Node\Node |
|
127 | + * @return string |
|
128 | 128 | * @throws \OCP\Files\NotFoundException |
129 | 129 | */ |
130 | 130 | public function get($path) { |