mirror of
https://github.com/yiisoft/yii2.git
synced 2025-10-29 01:17:13 +08:00
Raise version min PHP 7.3.
This commit is contained in:
@ -19,7 +19,7 @@ use yiiunit\framework\db\DatabaseTestCase;
|
||||
|
||||
abstract class ExistValidatorTest extends DatabaseTestCase
|
||||
{
|
||||
protected function setUp()
|
||||
protected function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user