Skip to content

Commit

Permalink
Align with other @throws docblocks (#1117)
Browse files Browse the repository at this point in the history
  • Loading branch information
u01jmg3 authored Aug 13, 2024
1 parent d075456 commit 5f98f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/ChromeDriverCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ protected function resolveChromeDriverDownloadUrl(string $version, string $os)
*
* @return string
*
* @throws Exception
* @throws \Exception
*/
protected function getUrl(string $url)
{
Expand Down

0 comments on commit 5f98f3c

Please sign in to comment.