@@ -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 | |