Closed TomPavelec closed 1 year ago
In ExchangeFactory::create at line 82 This line: ...$queueBinding['routingKeys']
...$queueBinding['routingKeys']
When array key routingKeys is not set then it's resulting in null and it cannot be unpacked with .... It causing: TypeError Only arrays and Traversables can be unpacked
routingKeys
null
...
Can you send a PR pls?
In ExchangeFactory::create at line 82 This line:
...$queueBinding['routingKeys']
When array key
routingKeys
is not set then it's resulting innull
and it cannot be unpacked with...
. It causing: TypeError Only arrays and Traversables can be unpacked