Scrutinizer GitHub App not installed

We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.

Install GitHub App

Completed
Pull Request — master (#899)
by Henrique
02:59
created
library/Rules/Size.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
     /**
57 57
      * @todo Move it to a trait
58 58
      *
59
-     * @param mixed $size
59
+     * @param string $size
60 60
      *
61 61
      * @return int
62 62
      */
Please login to merge, or discard this patch.
library/Rules/AbstractRelated.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -49,6 +49,9 @@
 block discarded – undo
49 49
         return $this;
50 50
     }
51 51
 
52
+    /**
53
+     * @param string $type
54
+     */
52 55
     private function decision($type, $hasReference, $input)
53 56
     {
54 57
         return (!$this->mandatory && !$hasReference)
Please login to merge, or discard this patch.