diff options
author | provokateurin <kate@provokateurin.de> | 2024-09-16 13:04:15 +0200 |
---|---|---|
committer | provokateurin <kate@provokateurin.de> | 2024-09-17 10:20:38 +0200 |
commit | d2d1e3284d69236ab3680ddbbe5c2cc6fc4811ee (patch) | |
tree | 3c04e8d2ec990de15d3a5153f4fce8151b82e637 /lib/private/Files/ObjectStore | |
parent | dc13f9cc1e3d8dce1c18d2c7920afe99b7bfa475 (diff) | |
download | nextcloud-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/ObjectStore')
-rw-r--r-- | lib/private/Files/ObjectStore/ObjectStoreStorage.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/private/Files/ObjectStore/ObjectStoreStorage.php b/lib/private/Files/ObjectStore/ObjectStoreStorage.php index 663041ed92c..a01515ac894 100644 --- a/lib/private/Files/ObjectStore/ObjectStoreStorage.php +++ b/lib/private/Files/ObjectStore/ObjectStoreStorage.php @@ -129,10 +129,6 @@ class ObjectStoreStorage extends \OC\Files\Storage\Common implements IChunkedFil /** * Object Stores use a NoopScanner because metadata is directly stored in * the file cache and cannot really scan the filesystem. The storage passed in is not used anywhere. - * - * @param string $path - * @param \OC\Files\Storage\Storage (optional) the storage to pass to the scanner - * @return \OC\Files\ObjectStore\ObjectStoreScanner */ public function getScanner($path = '', $storage = null) { if (!$storage) { |