From 007be83a968e6aee649ff8de173163cb5ef93a86 Mon Sep 17 00:00:00 2001 From: provokateurin Date: Fri, 6 Sep 2024 09:44:04 +0200 Subject: fix(OC): Remove doc blocks for OCP implementations Signed-off-by: provokateurin --- lib/private/Encryption/File.php | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib/private/Encryption/File.php') diff --git a/lib/private/Encryption/File.php b/lib/private/Encryption/File.php index 26e643d1006..e6773ac6787 100644 --- a/lib/private/Encryption/File.php +++ b/lib/private/Encryption/File.php @@ -44,12 +44,6 @@ class File implements \OCP\Encryption\IFile { return $this->appManager; } - /** - * Get list of users with access to the file - * - * @param string $path to the file - * @return array{users: string[], public: bool} - */ public function getAccessList($path) { // Make sure that a share key is generated for the owner too [$owner, $ownerPath] = $this->util->getUidAndFilename($path); -- cgit v1.2.3