We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| 1 | <?php |
||
| 19 | class ReactPromiseAdapter extends BaseReactPromiseAdapter implements PromiseAdapterInterface |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * Synchronously wait when promise completes. |
||
| 23 | * |
||
| 24 | * @param Promise $promise |
||
| 25 | * |
||
| 26 | * @return ExecutionResult |
||
| 27 | * |
||
| 28 | * @throws \Exception |
||
| 29 | */ |
||
| 30 | public function wait(Promise $promise) |
||
| 49 | } |
||
| 50 |