We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
Total Complexity | 2 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
13 | final class NodeFieldQuery implements QueryInterface, AliasedInterface |
||
14 | { |
||
15 | /** |
||
16 | * @param mixed $context |
||
17 | * |
||
18 | * @return mixed |
||
19 | */ |
||
20 | public function __invoke(ArgumentInterface $args, $context, ResolveInfo $info, Closure $idFetcherCallback) |
||
23 | } |
||
24 | |||
25 | /** |
||
26 | * {@inheritdoc} |
||
27 | */ |
||
28 | public static function getAliases(): array |
||
33 |