Completed
Pull Request — master (#4023)
by Robin
19:13 queued 06:18
created
apps/dav/lib/Connector/Sabre/File.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -245,6 +245,9 @@  discard block
 block discarded – undo
245 245
 		return '"' . $this->info->getEtag() . '"';
246 246
 	}
247 247
 
248
+	/**
249
+	 * @param string $path
250
+	 */
248 251
 	private function getPartFileBasePath($path) {
249 252
 		$partFileInStorage = \OC::$server->getConfig()->getSystemValue('part_file_in_storage', true);
250 253
 		if ($partFileInStorage) {
@@ -607,7 +610,7 @@  discard block
 block discarded – undo
607 610
 	/**
608 611
 	 * Set $algo to get a specific checksum, leave null to get all checksums
609 612
 	 * (space seperated)
610
-	 * @param null $algo
613
+	 * @param string $algo
611 614
 	 * @return string
612 615
 	 */
613 616
 	public function getChecksum($algo = null) {
Please login to merge, or discard this patch.