Skip to content

Commit

Permalink
docs: fix phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Niktux committed May 10, 2017
1 parent a5920bd commit 5214a62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/WritableMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
interface WritableMessage extends MessageMetadata
{
/**
* @return int
* @return bool
*/
public function canBeDroppedSilently();

Expand Down Expand Up @@ -62,7 +62,7 @@ public function setAttribute($attributeName, $value);
public function changeRoutingKey($routingKey);

/**
* @return boolean
* @return bool
*/
public function isCompressionAllowed();

Expand Down

0 comments on commit 5214a62

Please sign in to comment.