mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-15 16:07:55 +03:00
Upgrade PHPStan
This commit is contained in:
@@ -242,6 +242,8 @@ class OrderedTimeCodecTest extends TestCase
|
||||
);
|
||||
$decoded = $codec->decode($expected);
|
||||
$serialized = serialize($decoded);
|
||||
|
||||
/** @var UuidInterface $unserializedUuid */
|
||||
$unserializedUuid = unserialize($serialized);
|
||||
|
||||
$expectedUuid = Uuid::fromString($expected);
|
||||
|
||||
Reference in New Issue
Block a user