phpdoc
authorgggeek <giunta.gaetano@gmail.com>
Sun, 15 Jan 2023 17:42:31 +0000 (17:42 +0000)
committergggeek <giunta.gaetano@gmail.com>
Sun, 15 Jan 2023 17:42:31 +0000 (17:42 +0000)
src/Request.php

index 2905a39..b626e6c 100644 (file)
@@ -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
 {