From 8f4c5db034a556796990a763295c7174bcebbe06 Mon Sep 17 00:00:00 2001
From: gggeek <giunta.gaetano@gmail.com>
Date: Tue, 5 Jan 2021 15:03:05 +0000
Subject: [PATCH] comment

---
 src/Response.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Response.php b/src/Response.php
index d428c174..cc33ebf6 100644
--- a/src/Response.php
+++ b/src/Response.php
@@ -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 {
-- 
2.47.0