From 035c1c2b9c8381568fe86b5f2f7f23455c98eb61 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Sun, 12 Jan 2025 03:24:38 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/Common/CommonSchemaTest.php | 1 - tests/Provider/CommandProvider.php | 1 - tests/Provider/QueryBuilderProvider.php | 1 - 3 files changed, 3 deletions(-) diff --git a/tests/Common/CommonSchemaTest.php b/tests/Common/CommonSchemaTest.php index 23a01f330..a6984b1c1 100644 --- a/tests/Common/CommonSchemaTest.php +++ b/tests/Common/CommonSchemaTest.php @@ -19,7 +19,6 @@ use Yiisoft\Db\Exception\InvalidCallException; use Yiisoft\Db\Exception\InvalidConfigException; use Yiisoft\Db\Exception\NotSupportedException; -use Yiisoft\Db\Schema\SchemaInterface; use Yiisoft\Db\Schema\TableSchemaInterface; use Yiisoft\Db\Tests\AbstractSchemaTest; use Yiisoft\Db\Tests\Support\AnyCaseValue; diff --git a/tests/Provider/CommandProvider.php b/tests/Provider/CommandProvider.php index d6d4f3173..5ca1fdfb8 100644 --- a/tests/Provider/CommandProvider.php +++ b/tests/Provider/CommandProvider.php @@ -14,7 +14,6 @@ use Yiisoft\Db\Expression\Expression; use Yiisoft\Db\Query\Query; use Yiisoft\Db\Schema\Column\ColumnBuilder; -use Yiisoft\Db\Schema\SchemaInterface; use Yiisoft\Db\Tests\Support\DbHelper; use Yiisoft\Db\Tests\Support\Stringable; use Yiisoft\Db\Tests\Support\TestTrait; diff --git a/tests/Provider/QueryBuilderProvider.php b/tests/Provider/QueryBuilderProvider.php index bbc26e4b7..614d367ea 100644 --- a/tests/Provider/QueryBuilderProvider.php +++ b/tests/Provider/QueryBuilderProvider.php @@ -19,7 +19,6 @@ use Yiisoft\Db\QueryBuilder\Condition\LikeCondition; use Yiisoft\Db\QueryBuilder\QueryBuilderInterface; use Yiisoft\Db\Schema\Column\ColumnBuilder; -use Yiisoft\Db\Schema\SchemaInterface; use Yiisoft\Db\Tests\Support\DbHelper; use Yiisoft\Db\Tests\Support\Stringable; use Yiisoft\Db\Tests\Support\TestTrait;