Skip to content

Commit

Permalink
Merge branch '2.8' into 3.3
Browse files Browse the repository at this point in the history
* 2.8:
  [2.7] More docblock fixes
  • Loading branch information
nicolas-grekas committed Nov 7, 2017
2 parents df07222 + f4801cc commit 03f957c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Cookie.php
Expand Up @@ -80,10 +80,6 @@ public function __construct($name, $value, $expires = null, $path = null, $domai

/**
* Returns the HTTP representation of the Cookie.
*
* @return string The HTTP representation of the Cookie
*
* @throws \UnexpectedValueException
*/
public function __toString()
{
Expand Down

0 comments on commit 03f957c

Please sign in to comment.