diff --git a/src/Http/Client.php b/src/Http/Client.php index 3af02a4e06f..94dd2704a65 100644 --- a/src/Http/Client.php +++ b/src/Http/Client.php @@ -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() {