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