| Total Complexity | 1 |
| Total Lines | 16 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 27 | class InterfaceType extends ConfigObject implements NamedTypeInterface, AbstractTypeInterface, |
||
| 28 | CompositeTypeInterface, OutputTypeInterface, NodeAwareInterface |
||
| 29 | { |
||
| 30 | use NameTrait; |
||
| 31 | use DescriptionTrait; |
||
| 32 | use FieldsTrait; |
||
| 33 | use NodeTrait; |
||
| 34 | use ExtensionASTNodesTrait; |
||
| 35 | use ResolveTypeTrait; |
||
| 36 | |||
| 37 | /** |
||
| 38 | * @inheritdoc |
||
| 39 | */ |
||
| 40 | protected function afterConfig(): void |
||
| 45 |