We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
1 | <?php |
||
20 | final class MutationFieldResolver implements ResolverInterface, AliasedInterface |
||
21 | { |
||
22 | /** |
||
23 | * @var PromiseAdapter |
||
24 | */ |
||
25 | private $promiseAdapter; |
||
26 | |||
27 | public function __construct(PromiseAdapter $promiseAdapter) |
||
31 | |||
32 | public function __invoke($args, $context, $info, \Closure $mutateAndGetPayloadCallback) |
||
43 | |||
44 | /** |
||
45 | * {@inheritdoc} |
||
46 | */ |
||
47 | 71 | public static function getAliases() |
|
51 | } |
||
52 |