We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| Total Complexity | 10 |
| Total Lines | 42 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | final class WrapArgumentConfigProcessor implements ConfigProcessorInterface |
||
| 11 | { |
||
| 12 | private $argumentFactory; |
||
| 13 | |||
| 14 | 69 | public function __construct(ArgumentFactory $argumentFactory) |
|
| 15 | { |
||
| 16 | 69 | $this->argumentFactory = $argumentFactory; |
|
| 17 | 69 | } |
|
| 18 | |||
| 19 | 69 | public function process(LazyConfig $lazyConfig): LazyConfig |
|
| 41 | } |
||
| 42 | |||
| 43 | 57 | private function wrapFieldsArgument(array $fields) |
|
| 52 | } |
||
| 53 | } |
||
| 54 |