Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed May 3, 2023
1 parent 0e7ed78 commit 96eb7f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/DbHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
use Yiisoft\Db\Exception\NotSupportedException;
use Yiisoft\Db\Schema\SchemaInterface;

use function in_array;
use function sprintf;

final class DbHelper
{
/**
Expand Down
1 change: 0 additions & 1 deletion tests/Common/AbstractDbHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
use Yiisoft\Db\Connection\ConnectionInterface;
use Yiisoft\Db\Exception\Exception;
use Yiisoft\Db\Exception\InvalidConfigException;
use Yiisoft\Db\Exception\NotSupportedException;
use Yiisoft\Db\Schema\SchemaInterface;
use Yiisoft\Translator\Message\Db\DbHelper;

Expand Down

0 comments on commit 96eb7f7

Please sign in to comment.