phpdocs
authorgggeek <giunta.gaetano@gmail.com>
Sun, 8 Jan 2023 12:23:56 +0000 (12:23 +0000)
committergggeek <giunta.gaetano@gmail.com>
Sun, 8 Jan 2023 12:23:56 +0000 (12:23 +0000)
src/Encoder.php
src/Server.php

index 063afc6..0d8ef53 100644 (file)
@@ -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())
     {
index 0246321..9588b35 100644 (file)
@@ -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