mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-18 16:37:43 +03:00
chore(deps-dev): upgrade PHPStan
This commit is contained in:
@@ -15,6 +15,7 @@ class SystemTimeProviderTest extends TestCase
|
||||
$provider = new SystemTimeProvider();
|
||||
$time = $provider->getTime();
|
||||
|
||||
/** @phpstan-ignore method.alreadyNarrowedType */
|
||||
$this->assertInstanceOf(Time::class, $time);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user