mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-09 08:47:34 +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
|
||||
{
|
||||
protected $driverName = 'sqlite';
|
||||
|
||||
public function testUnion()
|
||||
public function testUnion(): void
|
||||
{
|
||||
$connection = $this->getConnection();
|
||||
$query = new Query();
|
||||
|
||||
Reference in New Issue
Block a user