Upgrade PHPStan

This commit is contained in:
Ben Ramsey
2022-08-05 14:34:17 -05:00
parent 373f7bacfc
commit f1891183f9
26 changed files with 151 additions and 106 deletions
+2
View File
@@ -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);