From 7ba4b3ff70563f98988f272543a1dabe408fb042 Mon Sep 17 00:00:00 2001 From: Josh Date: Thu, 3 Aug 2023 16:08:34 +0100 Subject: [PATCH] styleci --- src/Console/ChromeDriverCommand.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Console/ChromeDriverCommand.php b/src/Console/ChromeDriverCommand.php index e4af641b7..627b69433 100644 --- a/src/Console/ChromeDriverCommand.php +++ b/src/Console/ChromeDriverCommand.php @@ -307,6 +307,7 @@ protected function resolveChromeDriverDownloadUrl(string $version, string $os) * Get the contents of a URL using the 'proxy' and 'ssl-no-verify' command options. * * @return string + * * @throws Exception */ protected function getUrl(string $url)