Ramsey\Uuid\Uuid::uuid6() is not an instance of Ramsey\Uuid\Nonstandard\UuidV6 anymore
Author: haclongCreated Oct 18, 2020Updated Sep 17, 2021
hello
as said in the title, this :
$uuid = Ramsey\Uuid\Uuid::uuid6() ; $uuid instanceof Ramsey\Uuid\Nonstandard\UuidV6 now returns false...
if i do
get_class($uuid),
i'll get : Ramsey\Uuid\Lazy\LazyUuidFromString object...
since i would prefer to be sure to have the time ordered Uuid, is it something i still can check somehow ?
Source: ramsey/uuid