We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbdf0da commit 35ce48cCopy full SHA for 35ce48c
tests/PHPStan/Type/ObjectTypeTest.php
@@ -34,7 +34,6 @@
34
use Throwable;
35
use ThrowPoints\TryCatch\MyInvalidArgumentException;
36
use Traversable;
37
-use UnusedMethodFalsePositiveWithTrait\LocalOnlineReservationTime;
38
use function count;
39
use function sprintf;
40
use const PHP_VERSION_ID;
@@ -433,11 +432,6 @@ public function dataIsSuperTypeOf(): array
433
432
new ObjectType(DateTime::class),
434
TrinaryLogic::createNo(),
435
],
436
- 61 => [
437
- new ObjectType(LocalOnlineReservationTime::class),
438
- new ThisType($reflectionProvider->getClass(LocalOnlineReservationTime::class)),
439
- TrinaryLogic::createYes(),
440
- ],
441
];
442
}
443
0 commit comments