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
Push — 2.0 ( ca33d1...cad98f )
by Henrique
08:09 queued 04:39
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/Validator.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -222,10 +222,10 @@
 block discarded – undo
222 222
     }
223 223
 
224 224
     /**
225
-     * @param mixed $ruleSpec
225
+     * @param string $ruleSpec
226 226
      * @param array $arguments
227 227
      *
228
-     * @return Validatable
228
+     * @return Rule
229 229
      */
230 230
     public static function buildRule($ruleSpec, $arguments = [])
231 231
     {
Please login to merge, or discard this patch.