Skip to content

Commit 2cbeffc

Browse files
authored
Cookie.php fixed invalid PHPDoc
parameter $maxAge is nullable and its PHPDoc should reflect that
1 parent e2149c4 commit 2cbeffc

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)