Completed
Pull Request — master (#27005)
by Victor
08:49
created
apps/dav/lib/Files/CustomPropertiesBackend.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -263,7 +263,7 @@
 block discarded – undo
263 263
 
264 264
 	/**
265 265
 	 * @param string $filePath
266
-	 * @return int
266
+	 * @return null|string
267 267
 	 */
268 268
 	private function getFileIdByPath($filePath){
269 269
 		if (!$this->tree->nodeExists($filePath)) {
Please login to merge, or discard this patch.