From 98d7e6896c6fb90552adf0d841f2e3094a167e16 Mon Sep 17 00:00:00 2001 From: ggiunta Date: Sun, 26 Jul 2009 20:33:07 +0000 Subject: [PATCH] - add a comment in a phpdoc block git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@25 013ecfd8-0664-425d-a759-9c98391dc3f9 --- lib/xmlrpc_wrappers.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/xmlrpc_wrappers.inc b/lib/xmlrpc_wrappers.inc index 9ca5750..f96edd5 100644 --- a/lib/xmlrpc_wrappers.inc +++ b/lib/xmlrpc_wrappers.inc @@ -22,6 +22,7 @@ * accepted come from javadoc blocks), return corresponding phpxmlrpc type. * NB: for php 'resource' types returns empty string, since resources cannot be serialized; * for php class names returns 'struct', since php objects can be serialized as xmlrpc structs + * for php arrays always return array, even though arrays sometiles serialize as json structs * @param string $phptype * @return string */ -- 2.43.0