mirror of
https://github.com/yiisoft/yii2.git
synced 2025-12-19 07:07:58 +08:00
Fix codestyle in build and tests (#20586)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @link https://www.yiiframework.com/
|
||||
* @copyright Copyright (c) 2008 Yii Software LLC
|
||||
@@ -21,8 +22,10 @@ class QueryTest extends \yiiunit\framework\db\QueryTest
|
||||
{
|
||||
$db = $this->getConnection();
|
||||
$command = $db->createCommand();
|
||||
$command->batchInsert('bool_values',
|
||||
['bool_col'], [
|
||||
$command->batchInsert(
|
||||
'bool_values',
|
||||
['bool_col'],
|
||||
[
|
||||
[true],
|
||||
[false],
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user