@psalm-pure
Overrides UuidFactoryInterface::fromBytes
public function fromBytes(string $bytes) : UuidInterface { return $this->codec ->decodeBytes($bytes); }