Skip to content

Commit 9d23f36

Browse files
committed
chore(cs): fix cs
1 parent 8c6b44b commit 9d23f36

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Codeception/Module/Yii2.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,10 @@
1313
use Codeception\Lib\Connector\Yii2\TransactionForcer;
1414
use Codeception\Lib\Framework;
1515
use Codeception\Lib\Interfaces\ActiveRecord;
16-
use Codeception\Lib\Interfaces\MultiSession;
1716
use Codeception\Lib\Interfaces\PartedModule;
1817
use Codeception\TestInterface;
1918
use ReflectionClass;
2019
use RuntimeException;
21-
use Symfony\Component\BrowserKit\CookieJar;
22-
use Symfony\Component\BrowserKit\History;
2320
use Yii;
2421
use yii\base\Security;
2522
use yii\db\ActiveQueryInterface;
@@ -29,7 +26,6 @@
2926
use yii\mail\MessageInterface;
3027
use yii\test\Fixture;
3128
use yii\web\Application;
32-
use yii\web\Application as WebApplication;
3329
use yii\web\IdentityInterface;
3430

3531
/**
@@ -885,6 +881,4 @@ public function _afterSuite(): void
885881

886882
$_SERVER = $this->server;
887883
}
888-
889-
890884
}

0 commit comments

Comments
 (0)