diff --git a/src/Bogardo/Mailgun/Mailgun/Message.php b/src/Bogardo/Mailgun/Mailgun/Message.php index e36084a..63d0e2f 100644 --- a/src/Bogardo/Mailgun/Mailgun/Message.php +++ b/src/Bogardo/Mailgun/Mailgun/Message.php @@ -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;