|
@@ -16,7 +16,7 @@ |
|
|
block discarded – undo |
|
16
|
16
|
assert($typeRef instanceof IRowTypeReference); |
|
17
|
17
|
return null !== $typeRef->getDefinition() && |
|
18
|
18
|
$typeRef->getDefinition()->getTypeKind() != TypeKind::Row() |
|
19
|
|
- ? [ InterfaceValidator::CreateTypeRefInterfaceTypeKindValueMismatchError($typeRef) ] : null; |
|
|
19
|
+ ? [InterfaceValidator::CreateTypeRefInterfaceTypeKindValueMismatchError($typeRef)] : null; |
|
20
|
20
|
} |
|
21
|
21
|
|
|
22
|
22
|
public function forType(): string |
Please login to merge, or discard this patch.