Completed
Pull Request — master (#27372)
by Piotr
10:30
created
lib/private/Files/Node/Folder.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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) {
Please login to merge, or discard this patch.