mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-22 04:26:02 +03:00
cs
This commit is contained in:
parent
47ef0542f0
commit
51cff9dbdc
@ -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…
Reference in New Issue
Block a user