-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[DoctrineBridge] fix and replace namespace to Uid #38419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you add some basic tests please?
@@ -9,7 +9,7 @@ | |||
* file that was distributed with this source code. | |||
*/ | |||
|
|||
namespace Symfony\Bridge\Doctrine\Types; | |||
namespace Symfony\Bridge\Doctrine\Uid; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IdGenerator
would be a better fit actually
now fixed, it's using |
c0fb59c
to
e3b0d56
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here are some nitpicking
don't forget to update your commit message (and PR title)
src/Symfony/Bridge/Doctrine/Tests/IdGenerator/UuidV6GeneratorTest.php
Outdated
Show resolved
Hide resolved
src/Symfony/Bridge/Doctrine/Tests/IdGenerator/UuidV6GeneratorTest.php
Outdated
Show resolved
Hide resolved
src/Symfony/Bridge/Doctrine/Tests/IdGenerator/UlidGeneratorTest.php
Outdated
Show resolved
Hide resolved
e3b0d56
to
a816fd4
Compare
I'll watch the fail travis quickly |
a816fd4
to
28d1169
Compare
It's now okay, the remaining errors are unrelated |
Thank you @maxhelias. |
This post should also be corrected: https://symfony.com/blog/new-in-symfony-5-2-doctrine-types-for-uuid-and-ulid cc @javiereguiluz