You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Browser.php
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -729,8 +729,7 @@ public function withResponseBuffer($maximumSize)
729
729
}
730
730
731
731
/**
732
-
* The `withHeader(string $header, string $value): Browser` method can be used to
733
-
* add a request header for all following requests.
732
+
* Add a request header for all following requests.
734
733
*
735
734
* 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.
0 commit comments