Completed
Branch master (3cad72)
by Tim
04:01
created
Classes/Domain/Repository/QuestionRepository.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Classes/View/MailView.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.