Skip to content

Commit f56b4c1

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 bfafff4 commit f56b4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Module/AMQP.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
namespace Codeception\Module;
33

4-
use Codeception\Exception\ModuleException as ModuleException;
4+
use Codeception\Exception\ModuleException;
55
use Codeception\Lib\Interfaces\RequiresPackage;
66
use Codeception\Module as CodeceptionModule;
77
use Codeception\TestInterface;

0 commit comments

Comments
 (0)