Revert "Adding missing @return tag in function comment"

This reverts commit 130e854c30.
This commit is contained in:
Larry E. Masters 2015-12-14 19:25:36 -06:00
parent da9b6453ce
commit 1cc5c8cf7f

View file

@ -200,7 +200,6 @@ 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) {