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

Commit

Permalink
Merge branch 'feature/http-foundation'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralph Schindler committed Aug 25, 2011
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 367be36

Please # to comment.