We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 5 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
12 | 144 | public function __construct(ArgumentsTransformer $transformer) |
|
13 | { |
||
14 | 144 | parent::__construct( |
|
15 | 144 | 'arguments', |
|
16 | 144 | fn ($mapping, $data) => "$this->globalVars->get('container')->get('overblog_graphql.arguments_transformer')->getArguments($mapping, $data, \$info)", |
|
17 | 144 | fn ($arguments, $mapping, $data) => $transformer->getArguments($mapping, $data, $arguments['info']) |
|
18 | 144 | ); |
|
21 |