Notifications Center raised several warnings with keruald/broker 0.4.1:
- mb_strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /var/wwwroot/default/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Wire/AMQPReader.php on line 62
- Return type of PhpAmqpLib\Wire\AMQPAbstractCollection::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/wwwroot/default/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Wire/AMQPAbstractCollection.php on line 437 and same for other iterator methods
Can we upgrade php-amqplib to last version and report/fix this upstream if needed?