Apply fixeds rector.

This commit is contained in:
Wilmer Arambula
2023-10-23 11:26:59 -03:00
parent a579102023
commit 63ac4142cb
303 changed files with 3068 additions and 3639 deletions

View File

@@ -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();