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