From 35ac4180e38c0a900154a8feb30b030a89a68a3e Mon Sep 17 00:00:00 2001 From: gggeek Date: Sun, 15 Jan 2023 17:42:31 +0000 Subject: [PATCH] phpdoc --- src/Request.php | 2 ++ 1 file changed, 2 insertions(+) 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 { -- 2.47.0