mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-04-04 21:53:31 +03:00
fix
This commit is contained in:
parent
db5c577267
commit
c48f246942
1 changed files with 3 additions and 3 deletions
|
@ -348,7 +348,6 @@ class Domain extends HttpApi
|
|||
* Updates a domain open tracking settings.
|
||||
*
|
||||
* @param string $domain name of the domain
|
||||
* @param bool $active
|
||||
*
|
||||
* @return UpdateOpenTrackingResponse|array|ResponseInterface
|
||||
*/
|
||||
|
@ -370,10 +369,11 @@ class Domain extends HttpApi
|
|||
/**
|
||||
* Updates a domain unsubscribe tracking settings.
|
||||
*
|
||||
* @param string $domain name of the domain
|
||||
* @param string|null $textFooter
|
||||
* @param string $domain name of the domain
|
||||
*
|
||||
* @return UpdateUnsubscribeTrackingResponse|array|ResponseInterface
|
||||
*
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function updateUnsubscribeTracking(string $domain, string $active, string $htmlFooter, string $textFooter)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue