We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| 1 | <?php |
||
| 7 | final class ExecutorContextEvent extends Event |
||
| 8 | { |
||
| 9 | /** @var \ArrayObject */ |
||
| 10 | private $executorContext; |
||
| 11 | |||
| 12 | /** |
||
| 13 | * @param \ArrayObject $executorContext |
||
| 14 | */ |
||
| 15 | 36 | public function __construct(\ArrayObject $executorContext) |
|
| 19 | |||
| 20 | /** |
||
| 21 | * @return \ArrayObject |
||
| 22 | */ |
||
| 23 | public function getExecutorContext() |
||
| 27 | } |
||
| 28 |