We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| 1 | <?php |
||
| 16 | class ExecutorContextEvent extends Event |
||
| 17 | { |
||
| 18 | private $executorContext = []; |
||
| 19 | |||
| 20 | public function __construct(array $executorContext) |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @return array |
||
| 27 | */ |
||
| 28 | public function getExecutorContext() |
||
| 32 | |||
| 33 | /** |
||
| 34 | * @param array $executionContext |
||
| 35 | */ |
||
| 36 | public function setExecutorContext(array $executionContext) |
||
| 40 | } |
||
| 41 |