Completed
Pull Request — master (#47)
by René
21:34 queued 06:34
created
Classes/Domain/Repository/QuestionRepository.php 2 patches
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.
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -53,11 +53,11 @@
 block discarded – undo
53 53
      *
54 54
      * @param int   $limit
55 55
      * @param int   $topCategoryId
56
-     * @param array $topQuestions
56
+     * @param integer[] $topQuestions
57 57
      *
58 58
      * @throws InvalidQueryException
59 59
      *
60
-     * @return array|QueryResultInterface
60
+     * @return integer
61 61
      */
62 62
     public function findTop($limit = 5, $topCategoryId = 0, $topQuestions = [])
63 63
     {
Please login to merge, or discard this patch.
Classes/Domain/Repository/AbstractRepository.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
  * AbstractRepository.php.
6 6
  *
Please login to merge, or discard this patch.
Classes/Domain/Model/Request/Vote.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
  * Vote.php.
6 6
  */
Please login to merge, or discard this patch.
Classes/Domain/Model/Request/AbstractRequest.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
  * Request Abstraction.
6 6
  */
Please login to merge, or discard this patch.
Classes/Domain/Model/Request/QuestionRequest.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
  * Request Faq.
6 6
  */
Please login to merge, or discard this patch.
Classes/Domain/Model/QuestionCategoryRelation.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
  * Relation.
6 6
  */
Please login to merge, or discard this patch.
Classes/Domain/Model/AbstractModel.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
  * AbstractModel.php.
6 6
  *
Please login to merge, or discard this patch.
Classes/Domain/Model/Question.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
  * Question / Frage.
6 6
  */
Please login to merge, or discard this patch.
Classes/Service/AbstractService.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
  * AbstractService.php.
6 6
  */
Please login to merge, or discard this patch.