aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Mount/HomeMountPoint.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/Files/Mount/HomeMountPoint.php')
-rw-r--r--lib/private/Files/Mount/HomeMountPoint.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Files/Mount/HomeMountPoint.php b/lib/private/Files/Mount/HomeMountPoint.php
index 0aa4b54ddf0..5a648f08c89 100644
--- a/lib/private/Files/Mount/HomeMountPoint.php
+++ b/lib/private/Files/Mount/HomeMountPoint.php
@@ -22,7 +22,7 @@ class HomeMountPoint extends MountPoint {
?IStorageFactory $loader = null,
?array $mountOptions = null,
?int $mountId = null,
- ?string $mountProvider = null
+ ?string $mountProvider = null,
) {
parent::__construct($storage, $mountpoint, $arguments, $loader, $mountOptions, $mountId, $mountProvider);
$this->user = $user;