Skip to content
Snippets Groups Projects
Commit f7edac9e authored by catch's avatar catch
Browse files

Issue #2613926 by quietone, Arla, jofitz, Berdir, alexpott: The PECL UUID...

Issue #2613926 by quietone, Arla, jofitz, Berdir, alexpott: The PECL UUID implementation can return invalid UUIDs
parent 03d00963
Branches
Tags
Loading
Checking pipeline status
......@@ -11,7 +11,7 @@ class Pecl implements UuidInterface {
* {@inheritdoc}
*/
public function generate() {
return uuid_create(UUID_TYPE_DEFAULT);
return strtolower(uuid_create(UUID_TYPE_DEFAULT));
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment