Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkusebauch committed Mar 6, 2021
1 parent b2856aa commit f15ec3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PhpAmqpLib/Helper/Protocol/Protocol080.php
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ public static function accessRequestOk(AMQPReader $reader)
*/
public function exchangeDeclare(
$ticket = 1,
$exchange,
$exchange = '',
$type = 'direct',
$passive = false,
$durable = false,
Expand Down

0 comments on commit f15ec3c

Please sign in to comment.