Completed
Pull Request — master (#5770)
by Robin
17:50
created
lib/private/Repair/NC13/RepairInvalidPaths.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -79,6 +79,9 @@  discard block
 block discarded – undo
79 79
 		} while (count($rows) > 0);
80 80
 	}
81 81
 
82
+	/**
83
+	 * @param string $path
84
+	 */
82 85
 	private function getId($storage, $path) {
83 86
 		if (!$this->getIdQuery) {
84 87
 			$builder = $this->connection->getQueryBuilder();
@@ -95,6 +98,9 @@  discard block
 block discarded – undo
95 98
 		return $this->getIdQuery->execute()->fetchColumn();
96 99
 	}
97 100
 
101
+	/**
102
+	 * @param string $newPath
103
+	 */
98 104
 	private function update($fileid, $newPath) {
99 105
 		if (!$this->updateQuery) {
100 106
 			$builder = $this->connection->getQueryBuilder();
Please login to merge, or discard this patch.