mirror of
https://github.com/yiisoft/yii2.git
synced 2025-12-16 03:28:56 +08:00
Add void return to method in tests. (#20602)
This commit is contained in:
@@ -1122,7 +1122,7 @@ SELECT*from/*foo*/`T_constraints_1`WHERE not`C_check`=\'foo\'\'bar\'--bar
|
||||
* @dataProvider sqlProvider
|
||||
* @param string $sql
|
||||
*/
|
||||
public function testTokenizer($sql, SqlToken $expectedToken)
|
||||
public function testTokenizer($sql, SqlToken $expectedToken): void
|
||||
{
|
||||
$actualToken = (new SqlTokenizer($sql))->tokenize();
|
||||
$this->assertEquals($expectedToken, $actualToken);
|
||||
|
||||
Reference in New Issue
Block a user