Completed
Push — master ( 8e1bcb...5ff62b )
by Tim
14:28
created
Classes/Domain/Repository/QuestionRepository.php 2 patches
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.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 /**
5 5
  * Build up the Question.
6 6
  */
Please login to merge, or discard this patch.
Classes/ViewHelpers/Widget/Controller/AbstractWidgetController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 /**
5 5
  * AbstractWidgetController.php.
6 6
  */
Please login to merge, or discard this patch.
Classes/ViewHelpers/Widget/Controller/VoteController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 /**
5 5
  * VoteController.php.
6 6
  */
Please login to merge, or discard this patch.
Classes/ViewHelpers/Widget/VoteViewHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 /**
5 5
  * VoteViewHelper.php.
6 6
  */
Please login to merge, or discard this patch.
Classes/ViewHelpers/Widget/AbstractWidgetViewHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 /**
5 5
  * AbstractWidgetViewHelper.php.
6 6
  */
Please login to merge, or discard this patch.
Classes/Controller/FaqController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 /**
5 5
  * FAQ.
6 6
  */
Please login to merge, or discard this patch.
Classes/Controller/AbstractController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 /**
5 5
  * AbstractController.php.
6 6
  *
Please login to merge, or discard this patch.
Classes/Utility/ExtensionUtility.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 /**
6 6
  * ExtensionUtility.
Please login to merge, or discard this patch.
Classes/Exception/VoteException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 /**
5 5
  * VoteException.php.
6 6
  */
Please login to merge, or discard this patch.