mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-15 16:07:55 +03:00
Remove deprecated Uuid::VALID_PATTERN constant
This commit is contained in:
@@ -80,11 +80,6 @@ class Uuid implements Rfc4122UuidInterface
|
||||
*/
|
||||
public const NIL = '00000000-0000-0000-0000-000000000000';
|
||||
|
||||
/**
|
||||
* @deprecated Use {@see ValidatorInterface::getPattern()} instead.
|
||||
*/
|
||||
public const VALID_PATTERN = '^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}$';
|
||||
|
||||
/**
|
||||
* Version 1 (time-based) UUID
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user