mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
chore: tweak formatting for lint joy
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
7f9ce45767
commit
b019563d3b
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue