Skip to content

Commit 1543f66

Browse files
committed
Suppress PHPStan DeprecatedClass issue
1 parent bf4d1aa commit 1543f66

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Rest/UuidHelper.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,10 @@ private static function initCache(): UuidFactory
8383
/** @var UuidFactory $factory */
8484
$factory = clone Uuid::getFactory();
8585

86-
/** @psalm-suppress DeprecatedClass */
86+
/**
87+
* @psalm-suppress DeprecatedClass
88+
* @phpstan-ignore-next-line
89+
*/
8790
$codec = new OrderedTimeCodec($factory->getUuidBuilder());
8891
$factory->setCodec($codec);
8992

0 commit comments

Comments
 (0)