- minor comments changes
authorggiunta <ggiunta@013ecfd8-0664-425d-a759-9c98391dc3f9>
Tue, 4 Aug 2009 21:32:25 +0000 (21:32 +0000)
committerggiunta <ggiunta@013ecfd8-0664-425d-a759-9c98391dc3f9>
Tue, 4 Aug 2009 21:32:25 +0000 (21:32 +0000)
git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@43 013ecfd8-0664-425d-a759-9c98391dc3f9

demo/server/server.php

index 95c2b49..cdf2051 100644 (file)
@@ -27,7 +27,7 @@ if ($_SERVER['REQUEST_METHOD'] != 'POST' && isset($_GET['showSource']))
        */
        class xmlrpc_server_methods_container
        {
-               /*
+               /**
                * Method used to test logging of php warnings generated by user functions.
                */
                function phpwarninggenerator($m)
@@ -40,7 +40,7 @@ if ($_SERVER['REQUEST_METHOD'] != 'POST' && isset($_GET['showSource']))
                * a PHP version of the state-number server. Send me an integer and i'll sell you a state
                * @param integer $s
                * @return string
-               * */
+               */
                static function findstate($s)
                {
                        return inner_findstate($s);