Completed
Pull Request — master (#1486)
by Christoph
09:16
created
lib/mailbox.php 1 patch
Doc Comments   +9 added lines patch added patch discarded remove patch
@@ -90,6 +90,11 @@  discard block
 block discarded – undo
90 90
 		$this->makeDisplayName();
91 91
 	}
92 92
 
93
+	/**
94
+	 * @param integer $from
95
+	 * @param integer $count
96
+	 * @param string $filter
97
+	 */
93 98
 	private function getSearchIds($from, $count, $filter) {
94 99
 		if ($filter instanceof Horde_Imap_Client_Search_Query) {
95 100
 			$query = $filter;
@@ -110,6 +115,10 @@  discard block
 block discarded – undo
110 115
 		return new \Horde_Imap_Client_Ids($ids, false);
111 116
 	}
112 117
 
118
+	/**
119
+	 * @param integer $from
120
+	 * @param integer $count
121
+	 */
113 122
 	private function getFetchIds($from, $count) {
114 123
 		$q = new Horde_Imap_Client_Fetch_Query();
115 124
 		$q->uid();
Please login to merge, or discard this patch.