aboutsummaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib/Util.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/encryption/lib/Util.php')
-rw-r--r--apps/encryption/lib/Util.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/encryption/lib/Util.php b/apps/encryption/lib/Util.php
index 61656ddcda3..26d04220733 100644
--- a/apps/encryption/lib/Util.php
+++ b/apps/encryption/lib/Util.php
@@ -7,6 +7,7 @@
*/
namespace OCA\Encryption;
+use OC\Files\Storage\Storage;
use OC\Files\View;
use OCA\Encryption\Crypto\Crypt;
use OCP\IConfig;
@@ -131,7 +132,7 @@ class Util {
* get storage of path
*
* @param string $path
- * @return \OC\Files\Storage\Storage|null
+ * @return Storage|null
*/
public function getStorage($path) {
return $this->files->getMount($path)->getStorage();