Skip to content

Commit 977edb5

Browse files
authored
Merge pull request #88 from meridius/patch-1
Cookie.php fixed invalid PHPDoc
2 parents e2149c4 + 2cbeffc commit 977edb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cookie.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ final class Cookie
5656
/**
5757
* @param string $name
5858
* @param string|null $value
59-
* @param int $maxAge
59+
* @param int|null $maxAge
6060
* @param string|null $domain
6161
* @param string|null $path
6262
* @param bool $secure

0 commit comments

Comments
 (0)