diff --git a/src/Browser.php b/src/Browser.php index 65c180e2..d34a2169 100644 --- a/src/Browser.php +++ b/src/Browser.php @@ -729,8 +729,7 @@ public function withResponseBuffer($maximumSize) } /** - * The `withHeader(string $header, string $value): Browser` method can be used to - * add a request header for all following requests. + * Add a request header for all following requests. * * Note that the new header will overwrite any headers previously set with the same name (case-insensitive). Following requests will use these headers by default unless they are explicitly set for any requests. *