This commit is contained in:
Tobias Nyholm 2019-01-14 13:56:13 +01:00 committed by David Garcia
parent 47ef0542f0
commit 51cff9dbdc

View File

@ -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