Remove deprecated Uuid::VALID_PATTERN constant

This commit is contained in:
Ben Ramsey
2022-08-05 16:52:23 -05:00
parent 6e05ba7f42
commit b551e4645d
3 changed files with 7 additions and 8 deletions
-5
View File
@@ -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
*