Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/http-foundation/ResponseHeaderBag.php @ 16:c2387f117808
Routine composer update
author | Chris Cannam |
---|---|
date | Tue, 10 Jul 2018 15:07:59 +0100 |
parents | 1fec387a4317 |
children | 129ea1e6d783 |
comparison
equal
deleted
inserted
replaced
15:e200cb7efeb3 | 16:c2387f117808 |
---|---|
208 /** | 208 /** |
209 * Returns an array with all cookies. | 209 * Returns an array with all cookies. |
210 * | 210 * |
211 * @param string $format | 211 * @param string $format |
212 * | 212 * |
213 * @return array | 213 * @return Cookie[] |
214 * | 214 * |
215 * @throws \InvalidArgumentException When the $format is invalid | 215 * @throws \InvalidArgumentException When the $format is invalid |
216 */ | 216 */ |
217 public function getCookies($format = self::COOKIES_FLAT) | 217 public function getCookies($format = self::COOKIES_FLAT) |
218 { | 218 { |