Skip to content

Commit

Permalink
Fix typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Apr 7, 2017
1 parent 5502e39 commit 0d0a452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Response.php
Expand Up @@ -393,7 +393,7 @@ class Response implements ResponseInterface
/**
* Collection of cookies to send to the client
*
* @var Cake\Http\Cookie\CookieCollection
* @var \Cake\Http\Cookie\CookieCollection
*/
protected $_cookies = null;

Expand Down

0 comments on commit 0d0a452

Please sign in to comment.