Completed
Pull Request — master (#30504)
by Sujith
09:49
created
apps/dav/lib/Upload/ChunkingPlugin.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
 	/**
46 46
 	 * @param string $sourcePath source path
47 47
 	 * @param string $destination destination path
48
-	 * @return bool|void
48
+	 * @return null|false
49 49
 	 * @throws BadRequest
50 50
 	 * @throws \Sabre\DAV\Exception\NotFound
51 51
 	 */
@@ -69,7 +69,7 @@  discard block
 block discarded – undo
69 69
 	 *
70 70
 	 * @param string $path source path
71 71
 	 * @param string $destination destination path
72
-	 * @return bool|void false to stop handling, void to skip this handler
72
+	 * @return null|false false to stop handling, void to skip this handler
73 73
 	 */
74 74
 	public function performMove($path, $destination) {
75 75
 		if (!$this->server->tree->nodeExists($destination)) {
Please login to merge, or discard this patch.