Skip to content

Commit 35ce48c

Browse files
committed
Remove unneeded test
1 parent fbdf0da commit 35ce48c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/PHPStan/Type/ObjectTypeTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
use Throwable;
3535
use ThrowPoints\TryCatch\MyInvalidArgumentException;
3636
use Traversable;
37-
use UnusedMethodFalsePositiveWithTrait\LocalOnlineReservationTime;
3837
use function count;
3938
use function sprintf;
4039
use const PHP_VERSION_ID;
@@ -433,11 +432,6 @@ public function dataIsSuperTypeOf(): array
433432
new ObjectType(DateTime::class),
434433
TrinaryLogic::createNo(),
435434
],
436-
61 => [
437-
new ObjectType(LocalOnlineReservationTime::class),
438-
new ThisType($reflectionProvider->getClass(LocalOnlineReservationTime::class)),
439-
TrinaryLogic::createYes(),
440-
],
441435
];
442436
}
443437

0 commit comments

Comments
 (0)