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

Commit 72b8833

Browse files
committed
Merge pull request #18 in master
2 parents ae38b67 + f525e95 commit 72b8833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cookies.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public static function fromString($string)
8888
}
8989

9090
/**
91-
* Add a cookie to the class. Cookie should be passed either as a Zend\Http\Header\Cookie object
91+
* Add a cookie to the class. Cookie should be passed either as a Zend\Http\Header\SetCookie object
9292
* or as a string - in which case an object is created from the string.
9393
*
9494
* @param SetCookie|string $cookie

0 commit comments

Comments
 (0)