Completed
Push — master ( 8e1bcb...5ff62b )
by Tim
14:28
created
Classes/Domain/Repository/QuestionRepository.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@  discard block
 block discarded – undo
35 35
      * @param int   $topCategoryId
36 36
      * @param array $topQuestions
37 37
      *
38
-     * @return array|\TYPO3\CMS\Extbase\Persistence\QueryResultInterface
38
+     * @return integer
39 39
      */
40 40
     public function findTop($limit = 5, $topCategoryId = 0, $topQuestions = [])
41 41
     {
@@ -100,7 +100,7 @@  discard block
 block discarded – undo
100 100
      *
101 101
      * @throws \TYPO3\CMS\Extbase\Persistence\Exception\InvalidQueryException
102 102
      *
103
-     * @return \TYPO3\CMS\Extbase\Persistence\QueryResultInterface|array
103
+     * @return integer
104 104
      */
105 105
     public function findAll($topCategoryId = 0)
106 106
     {
@@ -126,7 +126,7 @@  discard block
 block discarded – undo
126 126
      *
127 127
      * @throws \TYPO3\CMS\Extbase\Persistence\Exception\InvalidQueryException
128 128
      *
129
-     * @return array|\TYPO3\CMS\Extbase\Persistence\QueryResultInterface
129
+     * @return integer
130 130
      */
131 131
     public function findByFaq(Faq $faq, $topCategoryId = 0)
132 132
     {
Please login to merge, or discard this patch.