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

Passed
Push — master ( f8fc93...7a4796 )
by Jérémiah
57s
created
Tests/Functional/Generator/TypeGeneratorTest.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -53,6 +53,10 @@
 block discarded – undo
53 53
         $this->assertResponse('query { object { name } }', $expectedWithoutPrivateData, $this->user);
54 54
     }
55 55
 
56
+    /**
57
+     * @param string $query
58
+     * @param string $username
59
+     */
56 60
     private static function assertResponse($query, array $expected, $username)
57 61
     {
58 62
         $client = self::query($query, $username);
Please login to merge, or discard this patch.