Skip to content

Commit

Permalink
Docblocks (#1118)
Browse files Browse the repository at this point in the history
* Align with other `@throws` docblocks

* Docblock
  • Loading branch information
u01jmg3 authored Aug 14, 2024
1 parent c1d7ece commit 7398da6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Console/ChromeDriverCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ protected function download($version, $os)
*
* @param string $archive
* @return string
*
* @throws \Exception
*/
protected function extract($archive)
{
Expand Down Expand Up @@ -321,7 +323,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 7398da6

Please sign in to comment.