Skip to content

Commit 8c2716d

Browse files
committed
Apply fixes from StyleCI
1 parent 26d8873 commit 8c2716d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/DQLQueryBuilder.php

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
use Yiisoft\Db\Mysql\Builder\LikeConditionBuilder;
1212
use Yiisoft\Db\QueryBuilder\AbstractDQLQueryBuilder;
1313
use Yiisoft\Db\QueryBuilder\Condition\JsonOverlapsCondition;
14-
1514
use Yiisoft\Db\QueryBuilder\Condition\LikeCondition;
1615

1716
use function ctype_digit;

tests/DeadLockTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
*/
4343
final class DeadLockTest extends TestCase
4444
{
45-
use testTrait;
45+
use TestTrait;
4646

4747
private const CHILD_EXIT_CODE_DEADLOCK = 15;
4848
private string $logFile = '';

0 commit comments

Comments
 (0)