From 91642ce964db697ec0f45e498a56de66b547a106 Mon Sep 17 00:00:00 2001 From: provokateurin Date: Mon, 16 Sep 2024 13:04:15 +0200 Subject: fix(Storage): Fix method docs inheritance Signed-off-by: provokateurin [skip ci] --- lib/private/Files/ObjectStore/ObjectStoreStorage.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/private/Files/ObjectStore/ObjectStoreStorage.php') diff --git a/lib/private/Files/ObjectStore/ObjectStoreStorage.php b/lib/private/Files/ObjectStore/ObjectStoreStorage.php index eb8aaffe1e0..a3f6ac3229e 100644 --- a/lib/private/Files/ObjectStore/ObjectStoreStorage.php +++ b/lib/private/Files/ObjectStore/ObjectStoreStorage.php @@ -160,10 +160,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) { -- cgit v1.2.3