1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-03 19:57:41 +02:00

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

Remove unused @param
This commit is contained in:
Jordi Boggiano
2012-07-12 01:41:58 -07:00

View File

@@ -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
*/