mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-04-04 13:43:30 +03:00
Deprecate SSL functions (#179)
This commit is contained in:
parent
3aeb602406
commit
359c6001d4
2 changed files with 3 additions and 0 deletions
|
@ -54,6 +54,7 @@ class RestClient
|
|||
* If we should use SSL or not.
|
||||
*
|
||||
* @var bool
|
||||
* @deprecated To be removed in 3.0
|
||||
*/
|
||||
protected $sslEnabled = true;
|
||||
|
||||
|
@ -351,6 +352,7 @@ class RestClient
|
|||
* @param bool $sslEnabled
|
||||
*
|
||||
* @return RestClient
|
||||
* @deprecated To be removed in 3.0
|
||||
*/
|
||||
public function setSslEnabled($sslEnabled)
|
||||
{
|
||||
|
|
|
@ -173,6 +173,7 @@ class Mailgun
|
|||
* @param bool $sslEnabled
|
||||
*
|
||||
* @return Mailgun
|
||||
* @deprecated This will be removed in 3.0. Mailgun does not support non-secure connections to their API.
|
||||
*/
|
||||
public function setSslEnabled($sslEnabled)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue