http
http copied to clipboard
Add DateTimeInterface to setCookie $expire param
Adds string
and DateTimeInterface
back to setCookie
$expire
param .
This is a fix for an undocumented (and possibly unwanted) BC break in 3.3.0. In version 3.2.x and older, this was the type in the docblock.
Also fix the readme which had a wrong param name.
Close #233