Adding missing @return tag in function comment

This commit is contained in:
Larry E. Masters 2015-12-13 15:38:39 -06:00
parent 894d233fd6
commit 130e854c30

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