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 (#678)
by Henrique
06:11
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/Result.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,6 +53,7 @@  discard block
 block discarded – undo
53 53
      * @param Rule  $rule
54 54
      * @param array $properties
55 55
      * @param Result ...$children
56
+     * @param Result[] $children
56 57
      */
57 58
     public function __construct(bool $isValid, $input, Rule $rule, array $properties = [], Result ...$children)
58 59
     {
@@ -131,7 +132,6 @@  discard block
 block discarded – undo
131 132
     /**
132 133
      * Creates a new object with the inverted validation.
133 134
      *
134
-     * @param array $properties
135 135
      *
136 136
      * @return Result
137 137
      */
Please login to merge, or discard this patch.