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
05:19
created
library/Result.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
      * @param mixed  $input
53 53
      * @param Rule   $rule
54 54
      * @param array  $properties
55
-     * @param Result $child
55
+     * @param Result[] $child
56 56
      * @param Result ...$child2
57 57
      */
58 58
     public function __construct(bool $isValid, $input, Rule $rule, array $properties = [], Result ...$child)
Please login to merge, or discard this patch.