| 1 | <?php declare(strict_types=1); |
||
| 14 | class Commit extends BaseCommit |
||
| 15 | { |
||
| 16 | public function refresh(): PromiseInterface |
||
| 22 | |||
| 23 | public function status(): PromiseInterface |
||
| 29 | |||
| 30 | public function statuses(): ObservableInterface |
||
| 36 | |||
| 37 | public function createStatus(string $state, ?string $targetUrl = null, ?string $description = null, ?string $context = null): PromiseInterface |
||
| 43 | } |
||
| 44 |