We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
1 | <?php |
||
9 | final class ConfigProcessor implements ConfigProcessorInterface |
||
10 | { |
||
11 | /** |
||
12 | * @var ConfigProcessorInterface[] |
||
13 | */ |
||
14 | private $processors; |
||
15 | |||
16 | public function __construct(iterable $processors) |
||
22 | |||
23 | public function getProcessors() |
||
27 | |||
28 | 93 | public function register(ConfigProcessorInterface $configProcessor): void |
|
32 | |||
33 | 93 | public function process(LazyConfig $lazyConfig): LazyConfig |
|
41 | } |
||
42 |