From 1cc5c8cf7fe131f1389391fcd83f02168ba07a74 Mon Sep 17 00:00:00 2001 From: "Larry E. Masters" Date: Mon, 14 Dec 2015 19:25:36 -0600 Subject: [PATCH] Revert "Adding missing @return tag in function comment" This reverts commit 130e854c30f11a125dbc4ce783e370a7df6b81fb. --- lib/Cake/Network/CakeSocket.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Cake/Network/CakeSocket.php b/lib/Cake/Network/CakeSocket.php index 1977a1541..74f2b60c0 100644 --- a/lib/Cake/Network/CakeSocket.php +++ b/lib/Cake/Network/CakeSocket.php @@ -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) {