mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-12 19:33:45 +02:00
Fix tests by adding required return type hints
This commit is contained in:
@@ -14,7 +14,7 @@ abstract class MiddlewareTestCase extends TestCase
|
||||
/**
|
||||
* Setup tests with a mocked request object and normal attributes.
|
||||
*/
|
||||
public function setUp()
|
||||
public function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user