pomaxa 13 лет назад
Родитель
Сommit
be762cb0c5
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/Monolog/Handler/AmqpHandler.php

+ 2 - 2
src/Monolog/Handler/AmqpHandler.php

@@ -24,7 +24,7 @@ class AmqpHandler extends AbstractProcessingHandler
      * @param string $exchange exchange name
      * @param string $space string to be able better manage routing keys
      * @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)
     {
@@ -56,4 +56,4 @@ class AmqpHandler extends AbstractProcessingHandler
     {
         return new JsonFormatter();
     }
-}
+}