From: gggeek Date: Sun, 15 Jan 2023 17:42:31 +0000 (+0000) Subject: phpdoc X-Git-Tag: 4.10.0~161 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=35ac4180e38c0a900154a8feb30b030a89a68a3e;p=plcapi.git phpdoc --- diff --git a/src/Request.php b/src/Request.php index 2905a397..b626e6c5 100644 --- a/src/Request.php +++ b/src/Request.php @@ -11,6 +11,8 @@ use PhpXmlRpc\Helper\XMLParser; /** * This class provides the representation of a request to an XML-RPC server. * A client sends a PhpXmlrpc\Request to a server, and receives back an PhpXmlrpc\Response. + * + * @todo feature creep - add a protected $httpRequest member, in the same way the Response has one */ class Request {