X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=blobdiff_plain;f=src%2FResponse.php;h=48ebca81fe420347e2893d7f086f82ee6e40aa78;hp=16ff0a8169381130641d4b145fbe8c0c729a1b65;hb=9d4cfc9508b03a579dd62a28c0e9e428b5052f9b;hpb=f4978078febfc4289bb4f45db6ca3f9e6c8c4f94 diff --git a/src/Response.php b/src/Response.php index 16ff0a8..48ebca8 100644 --- a/src/Response.php +++ b/src/Response.php @@ -5,7 +5,7 @@ namespace PhpXmlRpc; use PhpXmlRpc\Helper\Charset; /** - * This class is used to contain responses to XML-RPC requests. + * This class provides the representation of the response of an XML-RPC server. * Server-side, a server method handler will construct a Response and pass it as its return value. * An identical Response object will be returned by the result of an invocation of the send() method of the Client class. */