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 a9ee9f6 commit 0912adcCopy full SHA for 0912adc
src/Browser.php
@@ -766,10 +766,10 @@ public function withHeader($header, $value)
766
* $browser = $browser->withoutHeader('User-Agent');
767
*
768
* $browser->get($url)->then(function (Psr\Http\Message\ResponseInterface $response) {
769
- * //won't contain the User-Agent header
770
- * var_dump($response);
+ * //won't contain the User-Agent header
+ * var_dump($response);
771
* }, function (Exception $e) {
772
- * echo 'Error: ' . $e->getMessage() . PHP_EOL;
+ * echo 'Error: ' . $e->getMessage() . PHP_EOL;
773
* });
774
* ```
775
0 commit comments