@@ -178,7 +178,7 @@ |
||
178 | 178 | * |
179 | 179 | * @throws \Exception |
180 | 180 | * |
181 | - * @return int |
|
181 | + * @return boolean |
|
182 | 182 | */ |
183 | 183 | protected function sendMail() |
184 | 184 | { |
@@ -53,11 +53,11 @@ |
||
53 | 53 | * |
54 | 54 | * @param int $limit |
55 | 55 | * @param int $topCategoryId |
56 | - * @param array $topQuestions |
|
56 | + * @param integer[] $topQuestions |
|
57 | 57 | * |
58 | 58 | * @throws InvalidQueryException |
59 | 59 | * |
60 | - * @return array|QueryResultInterface |
|
60 | + * @return integer |
|
61 | 61 | */ |
62 | 62 | public function findTop($limit = 5, $topCategoryId = 0, $topQuestions = []) |
63 | 63 | { |