Skip to content

Commit 23d56f5

Browse files
kalessilNaktibalda
authored andcommitted
SCA: dropped import duplicates, fixed a few cases of php core API misuse (#5639)
* SCA: dropped import duplicates, fixed a few cases of php core API misuse * SCA: partial revert to probe if semaphore build gets fixed
1 parent cec9820 commit 23d56f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Module/WebDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
use Codeception\Exception\ConnectionException;
77
use Codeception\Exception\ElementNotFound;
88
use Codeception\Exception\MalformedLocatorException;
9-
use Codeception\Exception\ModuleConfigException as ModuleConfigException;
9+
use Codeception\Exception\ModuleConfigException;
1010
use Codeception\Exception\ModuleException;
1111
use Codeception\Exception\TestRuntimeException;
1212
use Codeception\Lib\Interfaces\ConflictsWithModule;

0 commit comments

Comments
 (0)