Просмотр исходного кода

Merge pull request #97 from Adel-E/patch-1

Remove unused @param
Jordi Boggiano 13 лет назад
Родитель
Сommit
41ea019077
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      src/Monolog/Handler/AmqpHandler.php

+ 0 - 1
src/Monolog/Handler/AmqpHandler.php

@@ -24,7 +24,6 @@ class AmqpHandler extends AbstractProcessingHandler
     /**
      * @param \AMQPExchange $exchange     AMQP exchange, ready for use
      * @param string        $exchangeName
-     * @param string        $issuer       issuer name
      * @param int           $level
      * @param bool          $bubble       Whether the messages that are handled can bubble up the stack or not
      */