aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Share/Events/VerifyMountPointEvent.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Share/Events/VerifyMountPointEvent.php')
-rw-r--r--lib/public/Share/Events/VerifyMountPointEvent.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/public/Share/Events/VerifyMountPointEvent.php b/lib/public/Share/Events/VerifyMountPointEvent.php
index 650f4ad2245..af71314930b 100644
--- a/lib/public/Share/Events/VerifyMountPointEvent.php
+++ b/lib/public/Share/Events/VerifyMountPointEvent.php
@@ -44,8 +44,8 @@ class VerifyMountPointEvent extends Event {
* @since 19.0.0
*/
public function __construct(IShare $share,
- View $view,
- string $parent) {
+ View $view,
+ string $parent) {
parent::__construct();
$this->share = $share;