mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 13:02:24 +08:00
Add void return to method in tests. (#20602)
This commit is contained in:
@ -18,7 +18,7 @@ class CommandTest extends \yiiunit\framework\db\CommandTest
|
||||
|
||||
protected $upsertTestCharCast = 'CONVERT([[address]], CHAR)';
|
||||
|
||||
public function testAddDropCheckSeveral()
|
||||
public function testAddDropCheckSeveral(): void
|
||||
{
|
||||
$db = $this->getConnection(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user