mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-08 00:47:55 +08:00
Add void return to method in tests. (#20602)
This commit is contained in:
@ -16,7 +16,7 @@ use yiiunit\TestCase;
|
||||
*/
|
||||
class UnsetArrayValueTest extends TestCase
|
||||
{
|
||||
public function testSetState()
|
||||
public function testSetState(): void
|
||||
{
|
||||
$object = new UnsetArrayValue();
|
||||
$result = $object::__set_state([]);
|
||||
|
||||
Reference in New Issue
Block a user