We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -31,7 +31,7 @@ |
||
31 | 31 | return; |
32 | 32 | } |
33 | 33 | $resolvedValue = null; |
34 | - $promise->then(function ($values) use (&$resolvedValue) { |
|
34 | + $promise->then(function($values) use (&$resolvedValue) { |
|
35 | 35 | $resolvedValue = $values; |
36 | 36 | }); |
37 | 37 |