Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert method visibility.
  • Loading branch information
Robert Pustułka committed Apr 20, 2017
1 parent 6b117df commit 92d966a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Cookie/Cookie.php
Expand Up @@ -163,7 +163,7 @@ public function __construct(
*
* @return string
*/
public function getFormattedExpires()
protected function getFormattedExpires()
{
if (!$this->expiresAt) {
return '';
Expand Down

0 comments on commit 92d966a

Please sign in to comment.