@@ -25,7 +25,6 @@ |
||
25 | 25 | * @param string $appName |
26 | 26 | * @param IRequest $request |
27 | 27 | * @param AutoCompleteService $service |
28 | - * @param string $UserId |
|
29 | 28 | */ |
30 | 29 | public function __construct($appName, IRequest $request, |
31 | 30 | AutoCompleteService $service) { |
@@ -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>"); |