diff options
Diffstat (limited to '3rdparty/Sabre/HTTP/Request.php')
-rw-r--r--[-rwxr-xr-x] | 3rdparty/Sabre/HTTP/Request.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/Sabre/HTTP/Request.php b/3rdparty/Sabre/HTTP/Request.php index 4746ef77704..74d5ed3d7ee 100755..100644 --- a/3rdparty/Sabre/HTTP/Request.php +++ b/3rdparty/Sabre/HTTP/Request.php @@ -184,7 +184,7 @@ class Sabre_HTTP_Request { * This method returns a readable stream resource. * If the asString parameter is set to true, a string is sent instead. * - * @param bool asString + * @param bool $asString * @return resource */ public function getBody($asString = false) { |