This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Description
As opposed to the comment in Cookies:: addCookie:
Cookie should be passed either as a Zend\Http\Header\Cookie object or as a string
Cookies:: addCookie actually only allow instances of SetCookie to be passed as an argument.
The comment is not aligned with the implementation. Which one represents the expected behaviour?