Completed
Pull Request — master (#27339)
by Piotr
20:35
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.
apps/dav/lib/Connector/Sabre/SharesPlugin.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,6 @@
 block discarded – undo
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(
Please login to merge, or discard this patch.
apps/dav/lib/Connector/Sabre/CommentPropertiesPlugin.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,6 @@
 block discarded – undo
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(
Please login to merge, or discard this patch.