diff --git a/components/browser_kit.rst b/components/browser_kit.rst index e3464076c13..0c3c0abb05e 100644 --- a/components/browser_kit.rst +++ b/components/browser_kit.rst @@ -222,7 +222,7 @@ also delete all the cookies:: $client = new Client(); $client->request('GET', 'http://symfony.com'); - // delete history + // reset the client (history and cookies are cleared too) $client->restart(); Learn more