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

Commit 4137478

Browse files
committed
Merge pull request #185 from samsonasik/patch-1
Fix $maxAge @param type in SetCookie::__construct
2 parents 0b0b7bd + d24c69d commit 4137478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Header/SetCookie.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ public static function fromString($headerLine, $bypassHeaderFieldName = false)
197197
* @param string $domain
198198
* @param bool $secure
199199
* @param bool $httponly
200-
* @param string $maxAge
200+
* @param int $maxAge
201201
* @param int $version
202202
*/
203203
public function __construct(

0 commit comments

Comments
 (0)