Skip to content

Commit

Permalink
Merge pull request #119 from aleachjr/BIG-15160
Browse files Browse the repository at this point in the history
BIG-15160: remove remaining setCipher() method
  • Loading branch information
aleachjr committed Feb 24, 2015
2 parents f9a15ca + 8011928 commit 87c0638
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 87c0638

Please sign in to comment.