Skip to content

Commit

Permalink
Declare function argument type
Browse files Browse the repository at this point in the history
  • Loading branch information
aand18 committed Jul 8, 2019
1 parent 58a63c9 commit e4d760e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Console/ChromeDriverCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -233,11 +233,10 @@ protected function rename($binary, $os)
/**
* Get URL using the 'proxy' and 'ssl-no-verify' command options.
*
* @param $url
*
* @param string $url
* @return string|bool
*/
protected function getUrl($url)
protected function getUrl(string $url)
{
$contextOptions = [];

Expand Down

0 comments on commit e4d760e

Please sign in to comment.