We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f9ce45 commit b019563Copy full SHA for b019563
lib/public/Files/Mount/IMountPoint.php
@@ -41,13 +41,13 @@ public function setMountPoint($mountPoint);
41
*
42
* @return \OCP\Files\Storage\IStorage|null The mounted storage backend, or null if initialization failed.
43
* @since 8.0.0
44
- */
+ */
45
public function getStorage();
46
47
/**
48
* Get the storage's string identifier from the storage backend.
49
50
- * If the identifier exceeds 64 characters, it will be MD5 hashed.
+ * If the identifier exceeds 64 characters, it will be MD5 hashed.
51
52
* @return string|null Storage id, or null if the storage cannot be initialized.
53
0 commit comments