@@ -335,7 +335,7 @@ |
||
335 | 335 | * split user and remote from federated cloud id |
336 | 336 | * |
337 | 337 | * @param string $address federated share address |
338 | - * @return array [user, remoteURL] |
|
338 | + * @return string[] [user, remoteURL] |
|
339 | 339 | * @throws \Exception |
340 | 340 | */ |
341 | 341 | public function splitUserRemote($address) { |
@@ -132,7 +132,7 @@ |
||
132 | 132 | } |
133 | 133 | |
134 | 134 | /** |
135 | - * @param $message |
|
135 | + * @param string $message |
|
136 | 136 | * @param array $additional |
137 | 137 | * @return array |
138 | 138 | */ |
@@ -35,7 +35,6 @@ |
||
35 | 35 | use OC\Core\Controller\LostController; |
36 | 36 | use OC\Core\Controller\TokenController; |
37 | 37 | use OC\Core\Controller\TwoFactorChallengeController; |
38 | -use OC\Core\Controller\UserController; |
|
39 | 38 | use OCP\AppFramework\App; |
40 | 39 | use OCP\Util; |
41 | 40 |
@@ -69,8 +69,6 @@ |
||
69 | 69 | * @param array $params an array of parameters which should be passed to the |
70 | 70 | * template |
71 | 71 | * @param string $renderAs how the page should be rendered, defaults to user |
72 | - * @param array $styles an array of styles which sould be added to the template |
|
73 | - * @param array $scripts an array of scripts which should be added to the template |
|
74 | 72 | * @since 6.0.0 - parameters $params and $renderAs were added in 7.0.0 - parameters $styles and $scripts were added in 11.0.0 |
75 | 73 | */ |
76 | 74 | public function __construct($appName, $templateName, array $params=array(), |