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 | 20 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
13 | final class GlobalIdFieldQuery implements QueryInterface, AliasedInterface |
||
14 | { |
||
15 | /** |
||
16 | * @param object|array $obj |
||
17 | * @param int|string|null $idValue |
||
18 | */ |
||
19 | public function __invoke($obj, ResolveInfo $info, $idValue, ?string $typeName): string |
||
24 | ); |
||
25 | } |
||
26 | |||
27 | /** |
||
28 | * {@inheritdoc} |
||
29 | */ |
||
30 | public static function getAliases(): array |
||
35 |