mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-03 05:54:32 +01:00
Add void return to method in tests. (#20602)
This commit is contained in:
@@ -39,7 +39,7 @@ class ArrayParserTest extends TestCase
|
||||
/**
|
||||
* @dataProvider convertProvider
|
||||
*/
|
||||
public function testConvert($string, $expected)
|
||||
public function testConvert($string, $expected): void
|
||||
{
|
||||
$this->assertSame($expected, $this->arrayParser->parse($string));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user