diff --git a/core/HTTP.php b/core/HTTP.php index 78110830a..f75b8ee23 100644 --- a/core/HTTP.php +++ b/core/HTTP.php @@ -200,7 +200,9 @@ class HTTP { } /** - * Send an HTTP request to the host + * Send an HTTP request to the host. + * + * @return String Response text */ static function sendRequest( $host, $path, $query, $port = 80 ) { $socket = fsockopen( $host, $port, $errno, $error );