mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-14 11:18:23 +01:00
Apply fixeds rector.
This commit is contained in:
@@ -17,7 +17,7 @@ class QueryTest extends \yiiunit\framework\db\QueryTest
|
||||
{
|
||||
public $driverName = 'pgsql';
|
||||
|
||||
public function testBooleanValues()
|
||||
public function testBooleanValues(): void
|
||||
{
|
||||
$db = $this->getConnection();
|
||||
$command = $db->createCommand();
|
||||
|
||||
Reference in New Issue
Block a user