mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-19 16:47:23 +03:00
chore: update package files
This commit is contained in:
@@ -75,6 +75,7 @@ class StringCodec implements CodecInterface
|
||||
*/
|
||||
public function encodeBinary(UuidInterface $uuid): string
|
||||
{
|
||||
/** @phpstan-ignore-next-line PHPStan complains that this is not a non-empty-string. */
|
||||
return $uuid->getFields()->getBytes();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user