mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-21 16:46:11 +02:00
style
This commit is contained in:
@@ -24,7 +24,7 @@ class AmqpHandler extends AbstractProcessingHandler
|
|||||||
* @param string $exchange exchange name
|
* @param string $exchange exchange name
|
||||||
* @param string $space string to be able better manage routing keys
|
* @param string $space string to be able better manage routing keys
|
||||||
* @param int $level
|
* @param int $level
|
||||||
* @param bool $bubble
|
* @param bool $bubble Whether the messages that are handled can bubble up the stack or not
|
||||||
*/
|
*/
|
||||||
function __construct(\AMQPConnection $amqp, $exchange = 'log', $space = '', $level = Logger::DEBUG, $bubble = true)
|
function __construct(\AMQPConnection $amqp, $exchange = 'log', $space = '', $level = Logger::DEBUG, $bubble = true)
|
||||||
{
|
{
|
||||||
@@ -56,4 +56,4 @@ class AmqpHandler extends AbstractProcessingHandler
|
|||||||
{
|
{
|
||||||
return new JsonFormatter();
|
return new JsonFormatter();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user