From 96eb7f7e5848dd8a3f0cf720d137e2561bb3b957 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Wed, 3 May 2023 11:29:23 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/DbHelper.php | 3 --- tests/Common/AbstractDbHelperTest.php | 1 - 2 files changed, 4 deletions(-) diff --git a/src/DbHelper.php b/src/DbHelper.php index 62284ab..35ca04f 100644 --- a/src/DbHelper.php +++ b/src/DbHelper.php @@ -13,9 +13,6 @@ use Yiisoft\Db\Exception\NotSupportedException; use Yiisoft\Db\Schema\SchemaInterface; -use function in_array; -use function sprintf; - final class DbHelper { /** diff --git a/tests/Common/AbstractDbHelperTest.php b/tests/Common/AbstractDbHelperTest.php index faa147d..0159ba4 100644 --- a/tests/Common/AbstractDbHelperTest.php +++ b/tests/Common/AbstractDbHelperTest.php @@ -9,7 +9,6 @@ use Yiisoft\Db\Connection\ConnectionInterface; use Yiisoft\Db\Exception\Exception; use Yiisoft\Db\Exception\InvalidConfigException; -use Yiisoft\Db\Exception\NotSupportedException; use Yiisoft\Db\Schema\SchemaInterface; use Yiisoft\Translator\Message\Db\DbHelper;