Skip to content

Conversation

@imba28
Copy link
Contributor

@imba28 imba28 commented Dec 5, 2024

Starting with PHP 8.4, implicit nullability triggers a deprecation warning. See https://wiki.php.net/rfc/deprecate-implicitly-nullable-types. Excerpt from the logs

Deprecated: Codeception\Module\AMQP::pushToExchange(): Implicitly marking parameter $routing_key as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/codeception/module-amqp/src/Codeception/Module/AMQP.php on line 112

Deprecated: Codeception\Module\AMQP::declareExchange(): Implicitly marking parameter $arguments as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/codeception/module-amqp/src/Codeception/Module/AMQP.php on line 154

Deprecated: Codeception\Module\AMQP::declareExchange(): Implicitly marking parameter $ticket as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/codeception/module-amqp/src/Codeception/Module/AMQP.php on line 154

Deprecated: Codeception\Module\AMQP::declareQueue(): Implicitly marking parameter $arguments as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/codeception/module-amqp/src/Codeception/Module/AMQP.php on line 192

Deprecated: Codeception\Module\AMQP::declareQueue(): Implicitly marking parameter $ticket as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/codeception/module-amqp/src/Codeception/Module/AMQP.php on line 192

Deprecated: Codeception\Module\AMQP::bindQueueToExchange(): Implicitly marking parameter $arguments as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/codeception/module-amqp/src/Codeception/Module/AMQP.php on line 230

Deprecated: Codeception\Module\AMQP::bindQueueToExchange(): Implicitly marking parameter $ticket as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/codeception/module-amqp/src/Codeception/Module/AMQP.php on line 230

Starting with PHP 8.4, implicit nullability triggers a deprecation warning. See https://wiki.php.net/rfc/deprecate-implicitly-nullable-types
@W0rma W0rma mentioned this pull request Dec 6, 2024
@TavoNiievez TavoNiievez merged commit 0f0570d into Codeception:master Apr 2, 2025
@imba28
Copy link
Contributor Author

imba28 commented May 23, 2025

@TavoNiievez Could we tag another release, please? That'd be great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants