Skip to content

Commit

Permalink
Merge pull request #88 from meridius/patch-1
Browse files Browse the repository at this point in the history
Cookie.php fixed invalid PHPDoc
  • Loading branch information
dbu committed Nov 25, 2017
2 parents e2149c4 + 2cbeffc commit 977edb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cookie.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ final class Cookie
/**
* @param string $name
* @param string|null $value
* @param int $maxAge
* @param int|null $maxAge
* @param string|null $domain
* @param string|null $path
* @param bool $secure
Expand Down

0 comments on commit 977edb5

Please sign in to comment.