Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-10-11 17:29:49 +0300
committerGitHub <noreply@github.com>2022-10-11 17:29:49 +0300
commitfb10d98b0e3404ebb04eec3f14dd229d1f02ee18 (patch)
treee2d05e81dbed591deb5d3f845fbbd09ad3d72a67 /lib
parentef25e5104f9b1eff7cad9bc610f3026bf3df243c (diff)
parent01351ac141d27ce9434baed6a7ba2b03d4987fb8 (diff)
Merge pull request #2108 from nextcloud/migrate-master-christophwurst-package
Migrate to nextcloud/OCP package in master
Diffstat (limited to 'lib')
-rw-r--r--lib/Mount/GroupFolderStorage.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Mount/GroupFolderStorage.php b/lib/Mount/GroupFolderStorage.php
index de9c674b..901360ce 100644
--- a/lib/Mount/GroupFolderStorage.php
+++ b/lib/Mount/GroupFolderStorage.php
@@ -71,6 +71,7 @@ class GroupFolderStorage extends Quota {
}
public function getScanner($path = '', $storage = null) {
+ /** @var \OC\Files\Storage\Storage $storage */
if (!$storage) {
$storage = $this;
}