Completed
Push — master ( 2514a9...f79ce1 )
by Tim
29:24 queued 14:20
created
Classes/View/MailView.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -178,7 +178,7 @@
 block discarded – undo
178 178
      *
179 179
      * @throws \Exception
180 180
      *
181
-     * @return int
181
+     * @return boolean
182 182
      */
183 183
     protected function sendMail()
184 184
     {
Please login to merge, or discard this patch.
Classes/Domain/Repository/QuestionRepository.php 1 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.