| Total Complexity | 1 |
| Total Lines | 14 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 10 | #[Attribute(Attribute::TARGET_CLASS), NamedArgumentConstructor] |
||
| 11 | final class InterfaceType extends AbstractType |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @param string|null $name |
||
| 15 | * @param string|null $description |
||
| 16 | * @param class-string|null $resolveType Class must have method: __invoke(mixed $value, mixed $context, ResolveInfo $info): ?string |
||
|
|
|||
| 17 | */ |
||
| 18 | 2 | public function __construct( |
|
| 26 |