Skip to content

Commit

Permalink
Revert back to return type \Cake\Http\Client\CookieCollection
Browse files Browse the repository at this point in the history
  • Loading branch information
sohelrana820 committed Aug 15, 2018
1 parent d3c5de1 commit 58a7c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Client.php
Expand Up @@ -179,7 +179,7 @@ public function __construct($config = [])
/**
* Get the cookies stored in the Client.
*
* @return CookieCollection
* @return \Cake\Http\Client\CookieCollection
*/
public function cookies()
{
Expand Down

0 comments on commit 58a7c7d

Please sign in to comment.