Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/http-cookies-docblocks' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Cookies.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
class Cookies extends Headers
{
/**
* @var Headers
* @var \Zend\Http\Headers
*/
protected $headers = null;

/**
* @var $_rawCookies
* @var array
*/
protected $rawCookies;

Expand Down

0 comments on commit cb8f354

Please sign in to comment.