You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug symfony#57887 [Uid] Ensure UuidV1 is created in lowercase (smnandre)
This PR was submitted for the 7.2 branch but it was merged into the 5.4 branch instead.
Discussion
----------
[Uid] Ensure UuidV1 is created in lowercase
| Q | A
| ------------- | ---
| Branch? | 7.2
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | Fixsymfony#57878
| License | MIT
Ensure `$this->uid` is in lowercase in UuidV1 (see symfony#57878 for context)
(strtolower is already called in the parent::__construct... but not when $args is null. And the uuid extension generates uppercase values --at least sometimes--).
Not sure if should be considered a "bug" / which version to flag ?
Commits
-------
9abfd25 [Uid] Ensure UuidV1 is created in lowercase
0 commit comments