Skip to content

Commit

Permalink
Fix PHPCS error.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 13, 2015
1 parent 94aeee4 commit e0d2c45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Cake/Network/CakeSocket.php
Expand Up @@ -201,8 +201,7 @@ public function connect() {
*
* @param string $host The host name being connected to.
*/
protected function _setSslContext($host)
{
protected function _setSslContext($host) {
foreach ($this->config as $key => $value) {
if (substr($key, 0, 4) !== 'ssl_') {
continue;
Expand Down

0 comments on commit e0d2c45

Please sign in to comment.