Skip to content

Commit

Permalink
Update src/Browser.php
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Frings <simon.frings1@web.de>
  • Loading branch information
51imyyy and SimonFrings committed Aug 17, 2022
1 parent 32e0b33 commit cf9ff39
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Browser.php
Expand Up @@ -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.
*
Expand Down

0 comments on commit cf9ff39

Please sign in to comment.