@@ -72,9 +72,9 @@ discard block |
||
72 | 72 | /** |
73 | 73 | * @param $query |
74 | 74 | * @param null|int $limit |
75 | - * @param array $options |
|
75 | + * @param array $option |
|
76 | 76 | * |
77 | - * @return array |
|
77 | + * @return \Elastica\Result[] |
|
78 | 78 | */ |
79 | 79 | public function findRaw($query, $limit = null, $option = []) |
80 | 80 | { |
@@ -140,7 +140,7 @@ discard block |
||
140 | 140 | * @param null|int $limit |
141 | 141 | * @param array $options |
142 | 142 | * |
143 | - * @return array |
|
143 | + * @return \Elastica\Result[] |
|
144 | 144 | */ |
145 | 145 | protected function search($query, $limit = null, $options = []) |
146 | 146 | { |