Update docblock

This commit is contained in:
ADmad 2015-10-30 09:24:22 +05:30
parent 9c804186af
commit b9dc89acff

View file

@ -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) {