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 Apr 17, 2024
1 parent f789a1b commit b9f7eab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Driver/Pdo/PdoDataReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
use Yiisoft\Db\Exception\InvalidParamException;
use Yiisoft\Db\Query\DataReaderInterface;
use Yiisoft\Db\Query\QueryPartsInterface;

use function is_string;

/**
Expand Down
1 change: 1 addition & 0 deletions src/Query/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
use Yiisoft\Db\Expression\ExpressionInterface;
use Yiisoft\Db\Helper\DbArrayHelper;
use Yiisoft\Db\QueryBuilder\QueryBuilderInterface;

use function array_column;
use function array_combine;
use function array_key_exists;
Expand Down
1 change: 1 addition & 0 deletions tests/Common/CommonCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
use Yiisoft\Db\Tests\Support\Assert;
use Yiisoft\Db\Tests\Support\Stub\Column;
use Yiisoft\Db\Transaction\TransactionInterface;

use function call_user_func_array;
use function is_string;
use function setlocale;
Expand Down

0 comments on commit b9f7eab

Please sign in to comment.