Skip to content

[Rejection] Deprecation notice si on ne met pas de "exchange" #125

@clemzarch

Description

@clemzarch

Si l'option exchange n'est pas renseignée, par exemple:

              rejection:
                destinations:
                  - rabbitmq:
                      host: '@=env("RABBITMQ_HOST")'
                      port: '@=env("RABBITMQ_PORT")'
                      user: '@=env("RABBITMQ_USER")'
                      password: '@=env("RABBITMQ_PASSWORD")'
                      vhost: '@=env("RABBITMQ_VHOST")'
                      topic: products

l'execution affiche:

Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /Users/clementzarch/project/build/vendor/bunny/bunny/src/Bunny/ClientMethods.php on line 1780

Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /Users/clementzarch/project/build/vendor/bunny/bunny/src/Bunny/ClientMethods.php on line 1784

parce que strlen prend forcément une string
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions