Completed
Push — master ( bae495...167f56 )
by Peter
06:04
created
src/QueryBuilder.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -41,6 +41,9 @@  discard block
 block discarded – undo
41 41
 	 */
42 42
 	private $manganel = null;
43 43
 
44
+	/**
45
+	 * @param AnnotatedInterface $model
46
+	 */
44 47
 	public function __construct($model = null)
45 48
 	{
46 49
 		if (!empty($model))
@@ -172,6 +175,9 @@  discard block
 block discarded – undo
172 175
 		return $result['hits']['hits'];
173 176
 	}
174 177
 
178
+	/**
179
+	 * @param string $q
180
+	 */
175 181
 	public function getParams($q = null)
176 182
 	{
177 183
 		$body = [];
Please login to merge, or discard this patch.