mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-15 16:07:55 +03:00
Apply fields functionality to Uuid class
This commit is contained in:
@@ -222,7 +222,7 @@ interface UuidInterface extends JsonSerializable, Serializable
|
||||
*
|
||||
* @link http://tools.ietf.org/html/rfc4122#section-4.1.1 RFC 4122, § 4.1.1: Variant
|
||||
*/
|
||||
public function getVariant(): int;
|
||||
public function getVariant(): ?int;
|
||||
|
||||
/**
|
||||
* Returns the version
|
||||
|
||||
Reference in New Issue
Block a user