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
I notice indirect deprecation notice after I updated from Symfony 5.3 to 5.4
Method "Doctrine\DBAL\Types\Type::convertToPHPValue()" might add "mixed" as a native return type declaration in the future. Do the same in child class "Ramsey\Uuid\Doctrine\UuidBinaryOrderedTimeType" now to avoid errors or add an explicit @return annotation to suppress this message.
Steps to reproduce
Create new Symfony project that is using version 5.4
Add this library as a dependency
Create an entity that creates UUID V1 on entity construct
Expected behavior
No deprecations notices.
Environment details
version of this package: 1.8.0
PHP version: 8.0.13
OS: docker linux from php:8.0.13-fpm
The text was updated successfully, but these errors were encountered:
Have same message Method "Doctrine\DBAL\Types\Type::getSQLDeclaration()" might add "string" as a native return type declaration in the future. Do the same in child class "Ramsey\Uuid\Doctrine\UuidBinaryType" now to avoid errors or add an explicit @return annotation to suppress this message.
Description
I notice indirect deprecation notice after I updated from Symfony 5.3 to 5.4
Steps to reproduce
Expected behavior
No deprecations notices.
Environment details
The text was updated successfully, but these errors were encountered: