Change PHPDoc in ResponseHeaderBag::getCookies() to help IDEs

This commit is contained in:
Davide Borsatto 2018-05-29 10:57:40 +02:00 committed by Fabien Potencier
parent 518ec864e9
commit 479aa9074b

View File

@ -160,7 +160,7 @@ class ResponseHeaderBag extends HeaderBag
* *
* @param string $format * @param string $format
* *
* @return array * @return Cookie[]
* *
* @throws \InvalidArgumentException When the $format is invalid * @throws \InvalidArgumentException When the $format is invalid
*/ */