Completed
Pull Request — master (#1276)
by Christoph
05:09
created
lib/service/autocompletion/addresscollector.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,6 @@
 block discarded – undo
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>");
Please login to merge, or discard this patch.
lib/controller/autocompletecontroller.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,6 @@
 block discarded – undo
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>");
Please login to merge, or discard this patch.