Completed
Pull Request — master (#31958)
by Piotr
23:55 queued 13:20
created
lib/private/Files/ObjectStore/ObjectStoreStorage.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -172,6 +172,9 @@  discard block
 block discarded – undo
172 172
 		return true;
173 173
 	}
174 174
 
175
+	/**
176
+	 * @param string $path
177
+	 */
175 178
 	private function rmObjects($path) {
176 179
 		$children = $this->getCache()->getFolderContents($path);
177 180
 		foreach ($children as $child) {
@@ -521,6 +524,9 @@  discard block
 block discarded – undo
521 524
 		return $metaData;
522 525
 	}
523 526
 
527
+	/**
528
+	 * @param string $path
529
+	 */
524 530
 	private function getPathStat($path) {
525 531
 		$cacheEntry = $this->getCache()->get($path);
526 532
 		if ($cacheEntry instanceof CacheEntry) {
Please login to merge, or discard this patch.