From cba43bdbc293cd3d8e2b6833bfcbb48dbb5e4d43 Mon Sep 17 00:00:00 2001 From: Chris Bogaards Date: Wed, 11 Jun 2014 20:22:48 +0200 Subject: [PATCH] Added return tag --- src/Bogardo/Mailgun/Mailgun/Message.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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;