@@ -39,7 +39,7 @@ discard block |
||
| 39 | 39 | * |
| 40 | 40 | * @param array $topQuestions |
| 41 | 41 | * |
| 42 | - * @return array|\TYPO3\CMS\Extbase\Persistence\QueryResultInterface |
|
| 42 | + * @return integer |
|
| 43 | 43 | */ |
| 44 | 44 | public function findTop($limit = 5, $topCategoryId = 0, $topQuestions = []) |
| 45 | 45 | { |
@@ -98,7 +98,7 @@ discard block |
||
| 98 | 98 | * |
| 99 | 99 | * @param int $topCategoryId |
| 100 | 100 | * |
| 101 | - * @return \TYPO3\CMS\Extbase\Persistence\QueryResultInterface|array |
|
| 101 | + * @return integer |
|
| 102 | 102 | */ |
| 103 | 103 | public function findAll($topCategoryId = 0) |
| 104 | 104 | { |
@@ -122,7 +122,7 @@ discard block |
||
| 122 | 122 | * @param Faq $faq |
| 123 | 123 | * @param int $topCategoryId |
| 124 | 124 | * |
| 125 | - * @return array|\TYPO3\CMS\Extbase\Persistence\QueryResultInterface |
|
| 125 | + * @return integer |
|
| 126 | 126 | */ |
| 127 | 127 | public function findByFaq(Faq $faq, $topCategoryId = 0) |
| 128 | 128 | { |
@@ -45,7 +45,7 @@ |
||
| 45 | 45 | * |
| 46 | 46 | * @param array $uids |
| 47 | 47 | * |
| 48 | - * @return array |
|
| 48 | + * @return integer |
|
| 49 | 49 | */ |
| 50 | 50 | public function findByUidsSorted(array $uids) |
| 51 | 51 | { |