Skip to content

Deprecation notice after updating from Symfony 5.3 to 5.4 #171

Closed
@tarlepp

Description

Description

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

  1. Create new Symfony project that is using version 5.4
  2. Add this library as a dependency
  3. 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

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions