When using bunny/bunny in a PHP 8.4 environment, a TypeError is triggered due to an outdated version of react/promise (likely <3.2.0). The error stems from implicitly nullable type declarations in older versions of react/promise, which are no longer allowed in PHP 8.4 .
When using bunny/bunny in a PHP 8.4 environment, a TypeError is triggered due to an outdated version of react/promise (likely <3.2.0). The error stems from implicitly nullable type declarations in older versions of react/promise, which are no longer allowed in PHP 8.4 .