@@ -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) { |
@@ -68,7 +68,6 @@ |
||
| 68 | 68 | /** |
| 69 | 69 | * @param \Sabre\DAV\Tree $tree tree |
| 70 | 70 | * @param IUserSession $userSession user session |
| 71 | - * @param \OCP\Files\Folder $userFolder user home folder |
|
| 72 | 71 | * @param \OCP\Share\IManager $shareManager share manager |
| 73 | 72 | */ |
| 74 | 73 | public function __construct( |
@@ -74,7 +74,6 @@ |
||
| 74 | 74 | * if requested. |
| 75 | 75 | * |
| 76 | 76 | * @param PropFind $propFind |
| 77 | - * @param \Sabre\DAV\INode $node |
|
| 78 | 77 | * @return void |
| 79 | 78 | */ |
| 80 | 79 | public function handleGetProperties( |