From f0833b325b8add8782a286e2af0caef84e5ef208 Mon Sep 17 00:00:00 2001 From: Ralph Schindler Date: Thu, 25 Aug 2011 09:29:07 -0500 Subject: [PATCH] Zend\Http - Added an inline variable docblock to ensure IDE's do not get confused about the closure --- src/Header/SetCookie.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Header/SetCookie.php b/src/Header/SetCookie.php index 9d8be6a762..41f603d55d 100755 --- a/src/Header/SetCookie.php +++ b/src/Header/SetCookie.php @@ -66,6 +66,7 @@ class SetCookie implements MultipleHeaderDescription */ public static function fromString($headerLine, $bypassHeaderFieldName = false) { + /* @var $setCookieProcessor Closure */ static $setCookieProcessor = null; if ($setCookieProcessor === null) {