We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
Total Complexity | 4 |
Total Lines | 29 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
14 | final class PluralIdentifyingRootFieldQuery implements QueryInterface, AliasedInterface |
||
15 | { |
||
16 | private PromiseAdapter $promiseAdapter; |
||
17 | |||
18 | public function __construct(PromiseAdapter $promiseAdapter) |
||
21 | } |
||
22 | |||
23 | /** |
||
24 | * @param mixed $context |
||
25 | */ |
||
26 | public function __invoke(array $inputs, $context, ResolveInfo $info, callable $resolveSingleInput): Promise |
||
35 | } |
||
36 | |||
37 | /** |
||
38 | * {@inheritdoc} |
||
39 | */ |
||
40 | public static function getAliases(): array |
||
45 |