mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-05 23:14:40 +01:00
Add void return to method in tests. (#20602)
This commit is contained in:
@@ -18,7 +18,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