We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
1 | <?php |
||
14 | class TypeConfigSolution extends AbstractConfigSolution |
||
15 | { |
||
16 | const TYPE_CLASS = 'GraphQL\\Type\\Definition\\Type'; |
||
17 | const INTERFACE_CLASS = 'GraphQL\\Type\\Definition\\InterfaceType'; |
||
18 | |||
19 | public function solveTypeCallback($values) |
||
25 | |||
26 | 27 | public function solveType($expr, $parentClass = self::TYPE_CLASS) |
|
38 | |||
39 | 11 | public function solveTypes(array $rawTypes, $parentClass = self::TYPE_CLASS) |
|
49 | |||
50 | 11 | public function solveInterfaces(array $rawInterfaces) |
|
54 | } |
||
55 |