diff --git a/src/Mailgun/Mailgun.php b/src/Mailgun/Mailgun.php index 2594979..47f80cf 100644 --- a/src/Mailgun/Mailgun.php +++ b/src/Mailgun/Mailgun.php @@ -47,8 +47,8 @@ class Mailgun{ * MIME string. If sending MIME, the string must be passed in to the 3rd * position of the function call. * - * @param $workingDomain - * @param $postData + * @param string $workingDomain + * @param array $postData * @param array $postFiles * @return \stdClass * @throws Exceptions\MissingRequiredMIMEParameters