mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 13:58:55 +08: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
|
||||
{
|
||||
protected $driverName = 'sqlsrv';
|
||||
|
||||
public function testUnion()
|
||||
public function testUnion(): void
|
||||
{
|
||||
$connection = $this->getConnection();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user