Completed
Pull Request — master (#5817)
by Lukas
13:14
created
lib/private/Repair/NC13/RepairInvalidPaths.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -83,6 +83,9 @@
 block discarded – undo
83 83
 		} while (count($rows) > 0);
84 84
 	}
85 85
 
86
+	/**
87
+	 * @param string $path
88
+	 */
86 89
 	private function getId($storage, $path) {
87 90
 		if (!$this->getIdQuery) {
88 91
 			$builder = $this->connection->getQueryBuilder();
Please login to merge, or discard this patch.