Loading core/lib/Drupal/Component/Uuid/Uuid.php +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ class Uuid { const VALID_PATTERN = '[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}'; /** * Checks whether a string appears to be in the format of a UUID. * Checks that a string appears to be in the format of a lower-case UUID. * * Implementations should not implement validation, since UUIDs should be in * a consistent format across all implementations. Loading Loading
core/lib/Drupal/Component/Uuid/Uuid.php +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ class Uuid { const VALID_PATTERN = '[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}'; /** * Checks whether a string appears to be in the format of a UUID. * Checks that a string appears to be in the format of a lower-case UUID. * * Implementations should not implement validation, since UUIDs should be in * a consistent format across all implementations. Loading