Revert "Revert "Adding missing @return tag in function comment""

This reverts commit 1cc5c8cf7f.
This commit is contained in:
Larry E. Masters 2015-12-14 19:28:25 -06:00
parent 1cc5c8cf7f
commit 5790d49f5b

View file

@ -200,6 +200,7 @@ class CakeSocket {
* Configure the SSL context options. * Configure the SSL context options.
* *
* @param string $host The host name being connected to. * @param string $host The host name being connected to.
* @return void
*/ */
protected function _setSslContext($host) { protected function _setSslContext($host) {
foreach ($this->config as $key => $value) { foreach ($this->config as $key => $value) {