mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-07 05:36:45 +02:00
Fix signature
This commit is contained in:
@@ -19,7 +19,7 @@ class AmqpExchangeMock extends \AMQPExchange
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
public function publish($message, $routing_key, $flags = 0, array $attributes = array())
|
public function publish($message, $routing_key, $flags = AMQP_NOPARAM, array $attributes = array())
|
||||||
{
|
{
|
||||||
$this->messages[] = array($message, $routing_key, $flags, $attributes);
|
$this->messages[] = array($message, $routing_key, $flags, $attributes);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user