We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e29798 commit a9ee9f6Copy full SHA for a9ee9f6
src/Browser.php
@@ -735,10 +735,10 @@ public function withResponseBuffer($maximumSize)
735
* $browser = $browser->withHeader('User-Agent', 'ACME');
736
*
737
* $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);
+ * //will contain the header User-Agent with the value ACME
+ * var_dump($response);
740
* }, function (Exception $e) {
741
- * echo 'Error: ' . $e->getMessage() . PHP_EOL;
+ * echo 'Error: ' . $e->getMessage() . PHP_EOL;
742
* });
743
* ```
744
0 commit comments