diff --git a/lib/Cake/Network/CakeSocket.php b/lib/Cake/Network/CakeSocket.php index 74f2b60c0..1977a1541 100644 --- a/lib/Cake/Network/CakeSocket.php +++ b/lib/Cake/Network/CakeSocket.php @@ -200,6 +200,7 @@ class CakeSocket { * Configure the SSL context options. * * @param string $host The host name being connected to. + * @return void */ protected function _setSslContext($host) { foreach ($this->config as $key => $value) {