aboutsummaryrefslogtreecommitdiff
path: root/controller/oauthcontroller.php
diff options
context:
space:
mode:
Diffstat (limited to 'controller/oauthcontroller.php')
-rw-r--r--controller/oauthcontroller.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/controller/oauthcontroller.php b/controller/oauthcontroller.php
index ceaa935..d02b7b8 100644
--- a/controller/oauthcontroller.php
+++ b/controller/oauthcontroller.php
@@ -41,13 +41,13 @@ class OauthController extends Controller
{
protected $user;
- /**
- * constructor of the controller
+ /**
+ * constructor of the controller
*
- * @param string $appName Name of the app
- * @param IRequest $request Instance of the request
- */
- public function __construct($appName, \OCP\IRequest $request, $user)
+ * @param string $appName Name of the app
+ * @param IRequest $request Instance of the request
+ */
+ public function __construct($appName, \OCP\IRequest $request, $user)
{
parent::__construct($appName, $request);
$this->user = $user;