Skip to content

Commit 9ef85eb

Browse files
committed
Fix type of Client::doRequest()
1 parent d610469 commit 9ef85eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ protected function createCrawler(): PantherCrawler
291291
return new PantherCrawler($elements, $this->webDriver, $this->webDriver->getCurrentURL());
292292
}
293293

294-
protected function doRequest($request)
294+
protected function doRequest(object $request): void
295295
{
296296
throw new LogicException('Not useful in WebDriver mode.');
297297
}

0 commit comments

Comments
 (0)