Skip to content

Commit e4d760e

Browse files
committed
Declare function argument type
1 parent 58a63c9 commit e4d760e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Console/ChromeDriverCommand.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,11 +233,10 @@ protected function rename($binary, $os)
233233
/**
234234
* Get URL using the 'proxy' and 'ssl-no-verify' command options.
235235
*
236-
* @param $url
237-
*
236+
* @param string $url
238237
* @return string|bool
239238
*/
240-
protected function getUrl($url)
239+
protected function getUrl(string $url)
241240
{
242241
$contextOptions = [];
243242

0 commit comments

Comments
 (0)