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

Commit d24c69d

Browse files
authored
Fix $maxAge @param type in SetCookie::__construct
1 parent a04cf06 commit d24c69d

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)