mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-09 09:53:44 +02:00
Fix tests by adding required return type hints
This commit is contained in:
@@ -54,7 +54,7 @@ class StatisticsControllerTest extends ControllerTestCase
|
||||
*/
|
||||
private $userRepository;
|
||||
|
||||
public function setUp()
|
||||
public function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user