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