We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
1 | <?php |
||
17 | final class NodeFieldResolver implements ResolverInterface, AliasedInterface |
||
18 | { |
||
19 | 8 | public function __invoke($args, $context, $info, \Closure $idFetcherCallback) |
|
20 | { |
||
21 | 8 | return $idFetcherCallback($args['id'], $context, $info); |
|
22 | } |
||
23 | |||
24 | /** |
||
25 | * {@inheritdoc} |
||
26 | */ |
||
27 | 13 | public static function getAliases() |
|
31 | } |
||
32 |