@@ -63,7 +63,7 @@ public function dataIsSuperTypeOf(): array
63
63
TrinaryLogic::createYes (),
64
64
],
65
65
'implementation with @extends with different type args ' => [
66
- new GenericObjectType (B \I::class, [new ObjectType ('DateTimeInteface ' )]),
66
+ new GenericObjectType (B \I::class, [new ObjectType ('DateTimeInterface ' )]),
67
67
new GenericObjectType (B \IImpl::class, [new ObjectType ('DateTime ' )]),
68
68
TrinaryLogic::createNo (),
69
69
],
@@ -203,12 +203,12 @@ public function dataAccepts(): array
203
203
TrinaryLogic::createYes (),
204
204
],
205
205
'implementation with @extends with different type args ' => [
206
- new GenericObjectType (B \I::class, [new ObjectType ('DateTimeInteface ' )]),
206
+ new GenericObjectType (B \I::class, [new ObjectType ('DateTimeInterface ' )]),
207
207
new GenericObjectType (B \IImpl::class, [new ObjectType ('DateTime ' )]),
208
208
TrinaryLogic::createNo (),
209
209
],
210
210
'generic object accepts normal object of same type ' => [
211
- new GenericObjectType (Traversable::class, [new MixedType (true ), new ObjectType ('DateTimeInteface ' )]),
211
+ new GenericObjectType (Traversable::class, [new MixedType (true ), new ObjectType ('DateTimeInterface ' )]),
212
212
new ObjectType (Traversable::class),
213
213
TrinaryLogic::createYes (),
214
214
],
0 commit comments