Skip to content

Commit 4e033c5

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 ed7429c commit 4e033c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/Codeception/Module/RestTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
use Codeception\Test\Unit;
4-
use Codeception\Util\Stub as Stub;
4+
use Codeception\Util\Stub;
55

66
/**
77
* Class RestTest

0 commit comments

Comments
 (0)