diff --git a/src/Command/AbstractCommand.php b/src/Command/AbstractCommand.php index 4e76e8021..969466cb8 100644 --- a/src/Command/AbstractCommand.php +++ b/src/Command/AbstractCommand.php @@ -7,8 +7,6 @@ use Closure; use Throwable; use Yiisoft\Db\Exception\Exception; -use Yiisoft\Db\Expression\Expression; -use Yiisoft\Db\Constant\GettypeResult; use Yiisoft\Db\Query\Data\DataReaderInterface; use Yiisoft\Db\Query\QueryInterface; use Yiisoft\Db\QueryBuilder\DMLQueryBuilderInterface; @@ -17,14 +15,12 @@ use function explode; use function get_resource_type; -use function gettype; use function is_array; use function is_int; use function is_resource; use function is_scalar; use function is_string; use function preg_replace_callback; -use function str_starts_with; use function stream_get_contents; /**