From: Christian Weiske Date: Thu, 16 Dec 2010 18:01:37 +0000 (+0100) Subject: update docblock X-Git-Tag: 1.0.0~27 X-Git-Url: https://git.cweiske.de/linksys-wrt3g-tools.git/commitdiff_plain/cd83f80d486588f4c97cf389a26e7f7452d554c0 update docblock --- diff --git a/Wrt3g/DummyRequest.php b/Wrt3g/DummyRequest.php index e099736..5a748af 100644 --- a/Wrt3g/DummyRequest.php +++ b/Wrt3g/DummyRequest.php @@ -33,7 +33,10 @@ class Wrt3g_DummyRequest extends HTTP_Request2 /** - * Sends the request and returns the response + * Sends the request and returns the response. + * When the host is three-letter numeric string, it + * is used as HTTP response status code. No "proper" content + * is returned in that case. * * @return HTTP_Request2_Response *