From d70ed722e2276f899b8f5016b286020ce7d75d01 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Sun, 5 Nov 2023 06:41:00 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Command.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Command.php b/src/Command.php index ea6cb79ae..c686f2122 100644 --- a/src/Command.php +++ b/src/Command.php @@ -4,11 +4,7 @@ namespace Yiisoft\Db\Pgsql; -use Exception; -use Throwable; use Yiisoft\Db\Driver\Pdo\AbstractPdoCommand; -use Yiisoft\Db\Exception\ConvertException; -use Yiisoft\Db\QueryBuilder\QueryBuilderInterface; /** * Implements a database command that can be executed with a PDO (PHP Data Object) database connection for PostgreSQL