From 7f95e56d08f5865e1935b6d7ef8c5c57f04a9a1e Mon Sep 17 00:00:00 2001 From: gggeek Date: Sun, 8 Jan 2023 12:23:56 +0000 Subject: [PATCH] phpdocs --- src/Encoder.php | 2 +- src/Server.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Encoder.php b/src/Encoder.php index 063afc6e..0d8ef53e 100644 --- a/src/Encoder.php +++ b/src/Encoder.php @@ -310,7 +310,7 @@ class Encoder * * @todo is this a good name/class for this method? It does something quite different from 'decode' after all * (returning objects vs returns plain php values)... In fact, it belongs rather to a Parser class - * Feature creep -- should we allow an option to return php native types instead of PhpXmlRpc objects instances? + * Feature creep -- we should allow an option to return php native types instead of PhpXmlRpc objects instances */ public function decodeXml($xmlVal, $options = array()) { diff --git a/src/Server.php b/src/Server.php index 02463210..9588b35e 100644 --- a/src/Server.php +++ b/src/Server.php @@ -17,7 +17,7 @@ class Server /** * @var string - * Defines how functions in dmap will be invoked: either using an xmlrpc request object or plain php values. + * Defines how functions in $dmap will be invoked: either using an xmlrpc request object or plain php values. * Valid strings are 'xmlrpcvals', 'phpvals' or 'epivals'. * * @todo create class constants for these -- 2.47.0