Completed
Push — master ( b799b3...a573be )
by Thomas
07:38
created
lib/controller/accountscontroller.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
 	 * @param string $appName
44 44
 	 * @param IRequest $request
45 45
 	 * @param AccountService $accountService
46
-	 * @param $UserId
46
+	 * @param string $UserId
47 47
 	 */
48 48
 	public function __construct($appName, IRequest $request, AccountService $accountService, $UserId) {
49 49
 		parent::__construct($appName, $request);
Please login to merge, or discard this patch.