Skip to content

Commit

Permalink
Merge pull request php-amqp#52 from siad007/master
Browse files Browse the repository at this point in the history
add missing AMQPEnvelope::getDeliveryMode() in stubs
  • Loading branch information
bkw committed May 2, 2013
2 parents b32499b + 95500ba commit a9fd1f3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions stubs/AMQPEnvelope.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@ public function getCorrelationId()
{
}

/**
* Get the delivery mode of the message.
*
* @return integer The delivery mode of the message.
*/
public function getDeliveryMode()
{
}

/**
* Get the delivery tag of the message.
*
Expand Down

0 comments on commit a9fd1f3

Please sign in to comment.