Completed
Pull Request — master (#5424)
by Robin
15:50
created
lib/private/Repair/RepairInvalidPaths.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -59,6 +59,9 @@  discard block
 block discarded – undo
59 59
 		return $query->execute()->fetchAll();
60 60
 	}
61 61
 
62
+	/**
63
+	 * @param string $path
64
+	 */
62 65
 	private function getId($storage, $path) {
63 66
 		$builder = $this->connection->getQueryBuilder();
64 67
 
@@ -70,6 +73,9 @@  discard block
 block discarded – undo
70 73
 		return $query->execute()->fetchColumn();
71 74
 	}
72 75
 
76
+	/**
77
+	 * @param string $newPath
78
+	 */
73 79
 	private function update($fileid, $newPath) {
74 80
 		$builder = $this->connection->getQueryBuilder();
75 81
 
Please login to merge, or discard this patch.