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 f15ec3c commit 8fce64c
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 @@ -331,7 +331,7 @@ public static function exchangeDeclareOk(AMQPReader $reader)
* @param bool $nowait
* @return array
*/
public function exchangeDelete($ticket = 1, $exchange, $if_unused = false, $nowait = false)
public function exchangeDelete($ticket = 1, $exchange = '', $if_unused = false, $nowait = false)
{
$writer = new AMQPWriter();
$writer->write_short($ticket);
Expand Down

0 comments on commit 8fce64c

Please sign in to comment.