From d50d27c6ac44ff21f647311e7fb9723367fac60a Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Sun, 5 Nov 2023 06:57:46 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Command.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Command.php b/src/Command.php index 04baaa4a..aa8176dc 100644 --- a/src/Command.php +++ b/src/Command.php @@ -4,13 +4,10 @@ namespace Yiisoft\Db\Sqlite; -use PDOException; use Throwable; use Yiisoft\Db\Driver\Pdo\AbstractPdoCommand; -use Yiisoft\Db\Exception\ConvertException; use Yiisoft\Db\Exception\Exception; use Yiisoft\Db\Exception\InvalidArgumentException; -use Yiisoft\Db\QueryBuilder\QueryBuilderInterface; use function array_pop; use function count;