Overrides CookieJarInterface::toArray
public function toArray() : array { return \array_map(static function (SetCookie $cookie) : array { return $cookie->toArray(); }, $this->getIterator() ->getArrayCopy()); }