aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Storage/Home.php
diff options
context:
space:
mode:
authorprovokateurin <kate@provokateurin.de>2024-09-16 13:04:15 +0200
committerprovokateurin <kate@provokateurin.de>2024-09-17 10:20:38 +0200
commitd2d1e3284d69236ab3680ddbbe5c2cc6fc4811ee (patch)
tree3c04e8d2ec990de15d3a5153f4fce8151b82e637 /lib/private/Files/Storage/Home.php
parentdc13f9cc1e3d8dce1c18d2c7920afe99b7bfa475 (diff)
downloadnextcloud-server-fix/storage/method-docs-inheritance.tar.gz
nextcloud-server-fix/storage/method-docs-inheritance.zip
fix(Storage): Fix method docs inheritancefix/storage/method-docs-inheritance
Signed-off-by: provokateurin <kate@provokateurin.de>
Diffstat (limited to 'lib/private/Files/Storage/Home.php')
-rw-r--r--lib/private/Files/Storage/Home.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/private/Files/Storage/Home.php b/lib/private/Files/Storage/Home.php
index f7151f4a005..fd1d287629f 100644
--- a/lib/private/Files/Storage/Home.php
+++ b/lib/private/Files/Storage/Home.php
@@ -56,12 +56,6 @@ class Home extends Local implements \OCP\Files\IHomeStorage {
return $this->cache;
}
- /**
- * get a propagator instance for the cache
- *
- * @param \OC\Files\Storage\Storage $storage (optional) the storage to pass to the watcher
- * @return \OC\Files\Cache\Propagator
- */
public function getPropagator($storage = null) {
if (!$storage) {
$storage = $this;