Skip to content

Commit

Permalink
BIG-15160: remove remaining setCipher() method
Browse files Browse the repository at this point in the history
  • Loading branch information
aleachjr committed Feb 24, 2015
1 parent f9a15ca commit 8011928
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Bigcommerce/Api/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,6 @@ public static function verifyPeer($option = false)
self::connection()->verifyPeer($option);
}

/**
* Set which cipher to use during SSL requests.
*/
public static function setCipher($cipher)
{
self::connection()->setCipher($cipher);
}

/**
* Connect to the internet through a proxy server.
*
Expand Down

0 comments on commit 8011928

Please sign in to comment.