Skip to content
This repository has been archived by the owner on Dec 22, 2019. It is now read-only.

Commit

Permalink
Added return tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogardo committed Jun 11, 2014
1 parent 40f9445 commit cba43bd
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/Bogardo/Mailgun/Mailgun/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -355,11 +355,12 @@ public function setDeliveryTime($time)
return $this;
}

/**
* Manually enable or disable testmode
*
* @param bool $inEnabled
*/
/**
* Manually enable or disable testmode
*
* @param bool $inEnabled
* @return \Bogardo\Mailgun\Mailgun\Message
*/
public function testmode($inEnabled = false)
{
$this->{'o:testmode'} = $inEnabled;
Expand Down

0 comments on commit cba43bd

Please sign in to comment.