Completed
Pull Request — master (#29292)
by Victor
19:19 queued 10:26
created
apps/dav/lib/DAV/FileCustomPropertiesBackend.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -204,7 +204,7 @@
 block discarded – undo
204 204
 
205 205
 	/**
206 206
 	 * @param string $path
207
-	 * @return INode|null
207
+	 * @return null|Node
208 208
 	 */
209 209
 	protected function getNodeForPath($path){
210 210
 		$node = parent::getNodeForPath($path);
Please login to merge, or discard this patch.