You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wasn't sure if I should revive #657 or ask a new question, but went with the latter since #657 seems resolved.
Any reason why $headers is not part of the official interface definition? I typehint for ProducerInterface in all my relevant code, but because of this, PHPStan keeps complaining;
Method OldSound\RabbitMqBundle\RabbitMq\ProducerInterface::publish() invoked with 4 parameters, 1-3 required.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Wasn't sure if I should revive #657 or ask a new question, but went with the latter since #657 seems resolved.
Any reason why
$headers
is not part of the official interface definition? I typehint forProducerInterface
in all my relevant code, but because of this, PHPStan keeps complaining;Beta Was this translation helpful? Give feedback.
All reactions