Fix PHPCS error.

This commit is contained in:
mark_story 2015-10-12 22:20:15 -04:00
parent 94aeee438b
commit e0d2c45d9a

View file

@ -201,8 +201,7 @@ class CakeSocket {
*
* @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;