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.
DeprecatedClass
1 parent bf4d1aa commit 1543f66Copy full SHA for 1543f66
src/Rest/UuidHelper.php
@@ -83,7 +83,10 @@ private static function initCache(): UuidFactory
83
/** @var UuidFactory $factory */
84
$factory = clone Uuid::getFactory();
85
86
- /** @psalm-suppress DeprecatedClass */
+ /**
87
+ * @psalm-suppress DeprecatedClass
88
+ * @phpstan-ignore-next-line
89
+ */
90
$codec = new OrderedTimeCodec($factory->getUuidBuilder());
91
$factory->setCodec($codec);
92
0 commit comments