summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
diff options
context:
space:
mode:
authorScrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com>2015-12-07 20:08:20 +0000
committerScrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com>2015-12-07 20:08:20 +0000
commit0f1be1b60150cc92e7616834d58271ffddc19762 (patch)
tree7c21bd5e88cdab86c7f6c6ee1d7810cbefafac12 /apps/files_sharing/lib
parentb15d77c93459743e5e3e29ebefeba0d6fca11b96 (diff)
downloadnextcloud-server-0f1be1b60150cc92e7616834d58271ffddc19762.tar.gz
nextcloud-server-0f1be1b60150cc92e7616834d58271ffddc19762.zip
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Diffstat (limited to 'apps/files_sharing/lib')
-rw-r--r--apps/files_sharing/lib/sharedmount.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files_sharing/lib/sharedmount.php b/apps/files_sharing/lib/sharedmount.php
index 275fea97c7f..0581e281518 100644
--- a/apps/files_sharing/lib/sharedmount.php
+++ b/apps/files_sharing/lib/sharedmount.php
@@ -48,6 +48,11 @@ class SharedMount extends MountPoint implements MoveableMount {
*/
private $user;
+ /**
+ * @param string $storage
+ * @param string $mountpoint
+ * @param \OCP\Files\Storage\IStorageFactory $loader
+ */
public function __construct($storage, $mountpoint, $arguments = null, $loader = null) {
$this->user = $arguments['user'];
$this->recipientView = new View('/' . $this->user . '/files');