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 d610469 commit 9ef85ebCopy full SHA for 9ef85eb
src/Client.php
@@ -291,7 +291,7 @@ protected function createCrawler(): PantherCrawler
291
return new PantherCrawler($elements, $this->webDriver, $this->webDriver->getCurrentURL());
292
}
293
294
- protected function doRequest($request)
+ protected function doRequest(object $request): void
295
{
296
throw new LogicException('Not useful in WebDriver mode.');
297
0 commit comments