summaryrefslogtreecommitdiffstats
path: root/lib/Controller/PublicShareAuthController.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-02-13 11:17:02 +0100
committerJoas Schilling <coding@schilljs.com>2019-02-13 13:38:55 +0100
commit56460baaf2789aab0e48c7d2a497d9b5c95df93c (patch)
tree0dc2c7a71d9a7c8a2d0878e278abd59b61776083 /lib/Controller/PublicShareAuthController.php
parent165a1392b50e897e136cee43864f02ece5cc5257 (diff)
Strict controllers and migration
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Controller/PublicShareAuthController.php')
-rw-r--r--lib/Controller/PublicShareAuthController.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/Controller/PublicShareAuthController.php b/lib/Controller/PublicShareAuthController.php
index a180d6dbe..8a3c73fe9 100644
--- a/lib/Controller/PublicShareAuthController.php
+++ b/lib/Controller/PublicShareAuthController.php
@@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
-
/**
*
* @copyright Copyright (c) 2018, Daniel Calviño Sánchez (danxuliu@gmail.com)
@@ -45,13 +44,6 @@ class PublicShareAuthController extends OCSController {
/** @var Manager */
private $manager;
- /**
- * @param string $appName
- * @param IRequest $request
- * @param IUserManager $userManager
- * @param IShareManager $shareManager
- * @param Manager $manager
- */
public function __construct(
string $appName,
IRequest $request,