We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
1 | <?php |
||
18 | final class PluralIdentifyingRootFieldResolver implements ResolverInterface, AliasedInterface |
||
19 | { |
||
20 | /** |
||
21 | * @var PromiseAdapter |
||
22 | */ |
||
23 | private $promiseAdapter; |
||
24 | |||
25 | public function __construct(PromiseAdapter $promiseAdapter) |
||
29 | |||
30 | public function __invoke(array $inputs, $context, $info, callable $resolveSingleInput) |
||
40 | |||
41 | /** |
||
42 | * {@inheritdoc} |
||
43 | */ |
||
44 | public static function getAliases() |
||
48 | } |
||
49 |