We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -59,10 +59,10 @@ |
||
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 | }); |