From 93405ec043af610f2c6cad14a078ca5cb2bbf81e Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Sun, 9 Jun 2024 01:47:32 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/Driver/Pgsql/ActiveRecordTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Driver/Pgsql/ActiveRecordTest.php b/tests/Driver/Pgsql/ActiveRecordTest.php index 82540eb4a..5a30cfb8b 100644 --- a/tests/Driver/Pgsql/ActiveRecordTest.php +++ b/tests/Driver/Pgsql/ActiveRecordTest.php @@ -8,7 +8,6 @@ use Traversable; use Yiisoft\ActiveRecord\ActiveQuery; use Yiisoft\ActiveRecord\ArArrayHelper; -use Yiisoft\ActiveRecord\Tests\Driver\Pgsql\Stubs\Item; use Yiisoft\ActiveRecord\Tests\Driver\Pgsql\Stubs\Promotion; use Yiisoft\ActiveRecord\Tests\Driver\Pgsql\Stubs\Type; use Yiisoft\ActiveRecord\Tests\Stubs\ActiveRecord\ArrayAndJsonTypes;