chore: tweak formatting for lint joy

Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
Josh 2025-12-15 22:05:03 -05:00 committed by GitHub
parent 7f9ce45767
commit b019563d3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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