From 742091e6cebd42d5072ec91bfbfc309f8e0ef326 Mon Sep 17 00:00:00 2001 From: David King Date: Fri, 16 Nov 2012 19:39:27 -0500 Subject: [PATCH] Fixes #2993 - Add missing asterisk to method docblock --- library/Zend/Http/Request.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Zend/Http/Request.php b/library/Zend/Http/Request.php index 4703b54adc9..98cc66594f0 100644 --- a/library/Zend/Http/Request.php +++ b/library/Zend/Http/Request.php @@ -440,7 +440,7 @@ public function isConnect() return ($this->method === self::METHOD_CONNECT); } - /* + /** * Is this a PATCH method request? * * @return bool