mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-04-04 05:33:34 +03:00
Added var types to docblock
This commit is contained in:
parent
8c97f6f451
commit
e921db5cc9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue