Skip to content

Commit

Permalink
Change PHPDoc in ResponseHeaderBag::getCookies() to help IDEs
Browse files Browse the repository at this point in the history
  • Loading branch information
dborsatto authored and fabpot committed May 29, 2018
1 parent 445e350 commit 4132810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ResponseHeaderBag.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public function removeCookie($name, $path = '/', $domain = null)
*
* @param string $format
*
* @return array
* @return Cookie[]
*
* @throws \InvalidArgumentException When the $format is invalid
*/
Expand Down

0 comments on commit 4132810

Please sign in to comment.