mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Adding missing @return tag in function comment
This commit is contained in:
parent
894d233fd6
commit
130e854c30
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue