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 (#73)
by Jérémiah
05:28
created
Executor/Promise/Adapter/ReactPromiseAdapter.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,9 +34,9 @@
 block discarded – undo
34 34
         }
35 35
         $resolvedValue = null;
36 36
         $exception = null;
37
-        $promise->then(function ($values) use (&$resolvedValue) {
37
+        $promise->then(function($values) use (&$resolvedValue) {
38 38
             $resolvedValue = $values;
39
-        }, function ($reason) use (&$exception) {
39
+        }, function($reason) use (&$exception) {
40 40
             $exception = $reason;
41 41
         });
42 42
 
Please login to merge, or discard this patch.