From 97e2cb0cc7801ad2e5dc66c52628fa0414398b00 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Fri, 8 Nov 2024 12:46:43 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Schema.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Schema.php b/src/Schema.php index fb318e0b..327c4f91 100644 --- a/src/Schema.php +++ b/src/Schema.php @@ -15,7 +15,6 @@ use Yiisoft\Db\Exception\InvalidArgumentException; use Yiisoft\Db\Exception\InvalidConfigException; use Yiisoft\Db\Exception\NotSupportedException; -use Yiisoft\Db\Expression\Expression; use Yiisoft\Db\Helper\DbArrayHelper; use Yiisoft\Db\Schema\Builder\ColumnInterface; use Yiisoft\Db\Schema\Column\ColumnFactoryInterface; @@ -29,7 +28,6 @@ use function array_map; use function count; use function md5; -use function preg_replace; use function serialize; use function strncasecmp;