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 — master ( 62e1fb...805ef9 )
by Jérémiah
45s
created
Tests/Resolver/ResolverTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
 
31 31
     public function setUp()
32 32
     {
33
-        $this->closureProperty = function () {
33
+        $this->closureProperty = function() {
34 34
             return $this->privatePropertyWithoutGetter;
35 35
         };
36 36
     }
Please login to merge, or discard this patch.