@@ -53,9 +53,9 @@ discard block |
||
| 53 | 53 | * |
| 54 | 54 | * @param int $limit |
| 55 | 55 | * @param int $topCategoryId |
| 56 | - * @param array $topQuestions |
|
| 56 | + * @param integer[] $topQuestions |
|
| 57 | 57 | * |
| 58 | - * @return array|\TYPO3\CMS\Extbase\Persistence\QueryResultInterface |
|
| 58 | + * @return integer |
|
| 59 | 59 | */ |
| 60 | 60 | public function findTop($limit = 5, $topCategoryId = 0, $topQuestions = []) |
| 61 | 61 | { |
@@ -120,7 +120,7 @@ discard block |
||
| 120 | 120 | * |
| 121 | 121 | * @throws \TYPO3\CMS\Extbase\Persistence\Exception\InvalidQueryException |
| 122 | 122 | * |
| 123 | - * @return \TYPO3\CMS\Extbase\Persistence\QueryResultInterface|array |
|
| 123 | + * @return integer |
|
| 124 | 124 | */ |
| 125 | 125 | public function findAll($topCategoryId = 0) |
| 126 | 126 | { |
@@ -145,7 +145,7 @@ discard block |
||
| 145 | 145 | * |
| 146 | 146 | * @throws \TYPO3\CMS\Extbase\Persistence\Exception\InvalidQueryException |
| 147 | 147 | * |
| 148 | - * @return array|\TYPO3\CMS\Extbase\Persistence\QueryResultInterface |
|
| 148 | + * @return integer |
|
| 149 | 149 | */ |
| 150 | 150 | public function findByFaq(Faq $faq, $topCategoryId = 0) |
| 151 | 151 | { |