Skip to content

Commit f4db0a9

Browse files
committed
Tiny fix
1 parent 8517866 commit f4db0a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/WebdriverClassicDriver.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ class WebdriverClassicDriver extends CoreDriver
9797

9898
private ?string $initialWindowHandle = null;
9999

100-
// <editor-fold desc="Implementation">
101-
102100
/**
103101
* @param string $browserName One of 'edge', 'firefox', 'chrome' or any one of {@see WebDriverBrowserType} constants.
104102
* @phpstan-param TCapabilities $desiredCapabilities
@@ -116,6 +114,8 @@ public function __construct(
116114
$this->webDriverInstantiator = $webDriverInstantiator ?? [self::class, 'instantiateWebDriver'];
117115
}
118116

117+
// <editor-fold desc="Implementation">
118+
119119
public function start(): void
120120
{
121121
try {

0 commit comments

Comments
 (0)