mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-04-02 20:56:18 +03:00
cs
This commit is contained in:
parent
47ef0542f0
commit
51cff9dbdc
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,7 @@ final class ConnectionResponse implements ApiResponse
|
|||
|
||||
/**
|
||||
* Disable remote TLS certificate verification.
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function getSkipVerification(): ?bool
|
||||
|
@ -50,6 +51,7 @@ final class ConnectionResponse implements ApiResponse
|
|||
|
||||
/**
|
||||
* Requires TLS for all outbound communication.
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function getRequireTLS(): ?bool
|
||||
|
|
Loading…
Add table
Reference in a new issue