From d2d1e3284d69236ab3680ddbbe5c2cc6fc4811ee 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 --- lib/private/Files/ObjectStore/ObjectStoreStorage.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/private/Files/ObjectStore') 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) { -- cgit v1.2.3