From bad1290b4939fe2a0f449cc7d32cacf957d0de6e Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Fri, 28 Jun 2024 05:30:22 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/ActiveQueryInterface.php | 1 - tests/ActiveQueryTest.php | 1 - tests/Driver/Oracle/ActiveQueryTest.php | 1 - tests/Stubs/ActiveRecord/ArrayAndJsonTypes.php | 1 - 4 files changed, 4 deletions(-) diff --git a/src/ActiveQueryInterface.php b/src/ActiveQueryInterface.php index 911ac308c..50ffe16a7 100644 --- a/src/ActiveQueryInterface.php +++ b/src/ActiveQueryInterface.php @@ -7,7 +7,6 @@ use Closure; use ReflectionException; use Throwable; -use Yiisoft\Db\Connection\ConnectionInterface; use Yiisoft\Db\Exception\Exception; use Yiisoft\Db\Exception\InvalidArgumentException; use Yiisoft\Db\Exception\InvalidConfigException; diff --git a/tests/ActiveQueryTest.php b/tests/ActiveQueryTest.php index 18c9ace6f..a714c8716 100644 --- a/tests/ActiveQueryTest.php +++ b/tests/ActiveQueryTest.php @@ -23,7 +23,6 @@ use Yiisoft\ActiveRecord\Tests\Support\Assert; use Yiisoft\ActiveRecord\Tests\Support\DbHelper; use Yiisoft\Db\Command\AbstractCommand; -use Yiisoft\Db\Connection\ConnectionInterface; use Yiisoft\Db\Exception\Exception; use Yiisoft\Db\Exception\InvalidArgumentException; use Yiisoft\Db\Exception\InvalidCallException; diff --git a/tests/Driver/Oracle/ActiveQueryTest.php b/tests/Driver/Oracle/ActiveQueryTest.php index 9e9a4a9ab..12e0062dc 100644 --- a/tests/Driver/Oracle/ActiveQueryTest.php +++ b/tests/Driver/Oracle/ActiveQueryTest.php @@ -6,7 +6,6 @@ use Throwable; use Yiisoft\ActiveRecord\ActiveQuery; -use Yiisoft\ActiveRecord\ConnectionProvider; use Yiisoft\ActiveRecord\Tests\Driver\Oracle\Stubs\Order; use Yiisoft\ActiveRecord\Tests\Driver\Oracle\Stubs\BitValues; use Yiisoft\ActiveRecord\Tests\Support\OracleHelper; diff --git a/tests/Stubs/ActiveRecord/ArrayAndJsonTypes.php b/tests/Stubs/ActiveRecord/ArrayAndJsonTypes.php index 7d4cbdd49..7cdcfc7ea 100644 --- a/tests/Stubs/ActiveRecord/ArrayAndJsonTypes.php +++ b/tests/Stubs/ActiveRecord/ArrayAndJsonTypes.php @@ -5,7 +5,6 @@ namespace Yiisoft\ActiveRecord\Tests\Stubs\ActiveRecord; use Yiisoft\ActiveRecord\Tests\Stubs\ActiveRecord; -use Yiisoft\ActiveRecord\Trait\CustomTableNameTrait; use Yiisoft\Db\Expression\ArrayExpression; use Yiisoft\Db\Expression\Expression; use Yiisoft\Db\Expression\JsonExpression;