mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-04-07 11:07:01 +00:00
Updated docblock for sendMessage function to include @return and @throws
This commit is contained in:
parent
976a76a3b5
commit
8c97f6f451
1 changed files with 3 additions and 2 deletions
|
@ -47,9 +47,10 @@ class Mailgun{
|
|||
* MIME string. If sending MIME, the string must be passed in to the 3rd
|
||||
* position of the function call.
|
||||
*
|
||||
* @param string $workingDomain
|
||||
* @param array $postData
|
||||
* @param $workingDomain
|
||||
* @param $postData
|
||||
* @param array $postFiles
|
||||
* @return \stdClass
|
||||
* @throws Exceptions\MissingRequiredMIMEParameters
|
||||
*/
|
||||
public function sendMessage($workingDomain, $postData, $postFiles = array()){
|
||||
|
|
Loading…
Add table
Reference in a new issue