@@ -43,7 +43,7 @@ |
||
| 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); |
@@ -65,7 +65,6 @@ |
||
| 65 | 65 | * Find and return all known and matching email addresses |
| 66 | 66 | * |
| 67 | 67 | * @param Horde_Mail_Rfc822_Address[] $term |
| 68 | - * @param string $UserId |
|
| 69 | 68 | */ |
| 70 | 69 | public function searchAddress($term) { |
| 71 | 70 | $this->logger->debug("searching for collected address <$term>"); |
@@ -65,7 +65,6 @@ |
||
| 65 | 65 | * Find and return all known and matching email addresses |
| 66 | 66 | * |
| 67 | 67 | * @param Horde_Mail_Rfc822_Address[] $term |
| 68 | - * @param string $UserId |
|
| 69 | 68 | */ |
| 70 | 69 | public function searchAddress($term) { |
| 71 | 70 | $this->logger->debug("searching for collected address <$term>"); |