Skip to content

Commit 8dc107a

Browse files
committed
Merge pull request #11 from fonsecas72/analysis-XkBvy8
Applied fixes from StyleCI
2 parents c7fff89 + e68fc59 commit 8dc107a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Application/Selenium/Options/SeleniumDownloaderOptions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class SeleniumDownloaderOptions extends SeleniumOptions
1212
public function getSeleniumDownloadUrl()
1313
{
1414
$versionCut = substr($this->getSeleniumVersion(), 0, -2);
15-
15+
1616
return sprintf(
1717
$this->seleniumDownloadUrl,
1818
$versionCut,

0 commit comments

Comments
 (0)