php-http / message

HTTP Message related tools
http://php-http.org
MIT License
1.29k stars 41 forks source link

Cookie.php fixed invalid PHPDoc #88

Closed meridius closed 6 years ago

meridius commented 6 years ago
Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Related tickets none
Documentation none
License MIT

What's in this PR?

Fix for invalid PHPDoc

Why?

Parameter $maxAge is nullable and its PHPDoc should reflect that.

Example Usage

none

Checklist

To Do

none

dbu commented 6 years ago

thanks!