Skip to content

Commit a9ee9f6

Browse files
51imyyySimonFrings
andauthored
Update src/Browser.php
Co-authored-by: Simon Frings <[email protected]>
1 parent 3e29798 commit a9ee9f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Browser.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -735,10 +735,10 @@ public function withResponseBuffer($maximumSize)
735735
* $browser = $browser->withHeader('User-Agent', 'ACME');
736736
*
737737
* $browser->get($url)->then(function (Psr\Http\Message\ResponseInterface $response) {
738-
* //will contain the header User-Agent with the value ACME
739-
* var_dump($response);
738+
* //will contain the header User-Agent with the value ACME
739+
* var_dump($response);
740740
* }, function (Exception $e) {
741-
* echo 'Error: ' . $e->getMessage() . PHP_EOL;
741+
* echo 'Error: ' . $e->getMessage() . PHP_EOL;
742742
* });
743743
* ```
744744
*

0 commit comments

Comments
 (0)