There is at least one abstract method in this class. Maybe declare it as abstract, or implement the remaining methods: getFieldDefinition, getFieldDefinitions, hasFieldDefinition
Loading history...
23
{
24
use HasInterfaces;
25
26
/**
27
* @return TypeInterface
28
*/
29
public static function getType(): TypeInterface
30
{
31
return Type::of(Type::INTERFACE);
32
}
33
34
/**
35
* @param TypeDefinition $definition
36
* @return bool
37
*/
38
public function instanceOf(TypeDefinition $definition): bool