From 130e854c30f11a125dbc4ce783e370a7df6b81fb Mon Sep 17 00:00:00 2001 From: "Larry E. Masters" Date: Sun, 13 Dec 2015 15:38:39 -0600 Subject: [PATCH] Adding missing @return tag in function comment --- lib/Cake/Network/CakeSocket.php | 1 + 1 file changed, 1 insertion(+) 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) {