mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix PHPCS error.
This commit is contained in:
parent
94aeee438b
commit
e0d2c45d9a
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue