From b019563d3bbac1986e60e9a800d61b259d08bfe6 Mon Sep 17 00:00:00 2001 From: Josh Date: Mon, 15 Dec 2025 22:05:03 -0500 Subject: [PATCH] chore: tweak formatting for lint joy Signed-off-by: Josh --- lib/public/Files/Mount/IMountPoint.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/public/Files/Mount/IMountPoint.php b/lib/public/Files/Mount/IMountPoint.php index df937a1c27b..24b2c235c14 100644 --- a/lib/public/Files/Mount/IMountPoint.php +++ b/lib/public/Files/Mount/IMountPoint.php @@ -41,13 +41,13 @@ interface IMountPoint { * * @return \OCP\Files\Storage\IStorage|null The mounted storage backend, or null if initialization failed. * @since 8.0.0 - */ + */ public function getStorage(); /** * Get the storage's string identifier from the storage backend. * - * If the identifier exceeds 64 characters, it will be MD5 hashed. + * If the identifier exceeds 64 characters, it will be MD5 hashed. * * @return string|null Storage id, or null if the storage cannot be initialized. * @since 8.0.0