Updated docblock for sendMessage function to include @return and @throws

This commit is contained in:
= 2016-06-22 23:00:27 +02:00
parent 976a76a3b5
commit 8c97f6f451

View File

@ -47,9 +47,10 @@ class Mailgun{
* MIME string. If sending MIME, the string must be passed in to the 3rd * MIME string. If sending MIME, the string must be passed in to the 3rd
* position of the function call. * position of the function call.
* *
* @param string $workingDomain * @param $workingDomain
* @param array $postData * @param $postData
* @param array $postFiles * @param array $postFiles
* @return \stdClass
* @throws Exceptions\MissingRequiredMIMEParameters * @throws Exceptions\MissingRequiredMIMEParameters
*/ */
public function sendMessage($workingDomain, $postData, $postFiles = array()){ public function sendMessage($workingDomain, $postData, $postFiles = array()){