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
1 changed files with 1 additions and 1 deletions

View File

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