Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Zend\Http
Browse files Browse the repository at this point in the history
  - Added an inline variable docblock to ensure IDE's do not get confused about the closure
  • Loading branch information
Ralph Schindler committed Aug 25, 2011
1 parent 0db7cb7 commit f0833b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Header/SetCookie.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ class SetCookie implements MultipleHeaderDescription
*/
public static function fromString($headerLine, $bypassHeaderFieldName = false)
{
/* @var $setCookieProcessor Closure */
static $setCookieProcessor = null;

if ($setCookieProcessor === null) {
Expand Down

0 comments on commit f0833b3

Please # to comment.