comment
authorgggeek <giunta.gaetano@gmail.com>
Tue, 5 Jan 2021 15:03:05 +0000 (15:03 +0000)
committergggeek <giunta.gaetano@gmail.com>
Tue, 5 Jan 2021 15:03:05 +0000 (15:03 +0000)
src/Response.php

index d428c17..cc33ebf 100644 (file)
@@ -144,7 +144,7 @@ class Response
                         $this->val .
                         "</param>\n</params>";
                 } else {
-                    /// @todo try to build something serializable?
+                    /// @todo try to build something serializable using the Encoder...
                     throw new \Exception('cannot serialize xmlrpc response objects whose content is native php values');
                 }
             } else {