@@ -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 | { |
@@ -42,7 +42,7 @@ |
||
| 42 | 42 | * @param null $actionName |
| 43 | 43 | * |
| 44 | 44 | * @throws \Exception |
| 45 | - * @return boolean|void |
|
| 45 | + * @return integer |
|
| 46 | 46 | */ |
| 47 | 47 | public function render($actionName = null) |
| 48 | 48 | { |