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
10:23
created
Executor/Promise/Adapter/ReactPromiseAdapter.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -59,10 +59,10 @@
 block discarded – undo
59 59
         $reactPromise = $promise->adoptedPromise;
60 60
 
61 61
         while ($wait) {
62
-            $reactPromise->then(function ($values) use (&$resolvedValue, &$wait) {
62
+            $reactPromise->then(function($values) use (&$resolvedValue, &$wait) {
63 63
                 $resolvedValue = $values;
64 64
                 $wait = false;
65
-            }, function ($reason) use (&$exception, &$wait) {
65
+            }, function($reason) use (&$exception, &$wait) {
66 66
                 $exception = $reason;
67 67
                 $wait = false;
68 68
             });
Please login to merge, or discard this patch.