mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-04-03 13:13:37 +03:00
fix code format error.
This commit is contained in:
parent
14346359f1
commit
58c03ac34b
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ class Unsubscribe extends HttpApi
|
|||
/**
|
||||
* @param string $domain Domain to delete unsubscribe for
|
||||
* @param string $address Unsubscribe address
|
||||
* @param string|null $tag Unsubscribe tag
|
||||
* @param string|null $tag Unsubscribe tag
|
||||
* @return DeleteResponse
|
||||
*/
|
||||
public function delete(string $domain, string $address, string $tag = null)
|
||||
|
|
Loading…
Add table
Reference in a new issue