mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-23 17:46:09 +02:00
CS fixes
This commit is contained in:
@@ -61,10 +61,10 @@ class AmqpHandler extends AbstractProcessingHandler
|
||||
$data,
|
||||
$routingKey,
|
||||
0,
|
||||
array(
|
||||
[
|
||||
'delivery_mode' => 2,
|
||||
'content_type' => 'application/json',
|
||||
)
|
||||
]
|
||||
);
|
||||
} else {
|
||||
$this->exchange->basic_publish(
|
||||
@@ -125,10 +125,10 @@ class AmqpHandler extends AbstractProcessingHandler
|
||||
{
|
||||
return new AMQPMessage(
|
||||
(string) $data,
|
||||
array(
|
||||
[
|
||||
'delivery_mode' => 2,
|
||||
'content_type' => 'application/json',
|
||||
)
|
||||
]
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user