Added void return type to setUp/tearDown test methods.
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ class GameTest extends CoreModelTestCase
|
||||
|
||||
public $g;
|
||||
|
||||
public function setUp()
|
||||
public function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user