Fix tests by adding required return type hints

This commit is contained in:
devfrey 2020-05-09 18:00:52 +02:00
parent 6967b76ae6
commit 2fecba2500
94 changed files with 96 additions and 96 deletions

View file

@ -65,7 +65,7 @@ class DatabaseControllerTest extends TestCase
/**
* Setup tests.
*/
public function setUp()
public function setUp(): void
{
parent::setUp();

View file

@ -40,7 +40,7 @@ class MailControllerTest extends ControllerTestCase
/**
* Setup tests.
*/
public function setUp()
public function setUp(): void
{
parent::setUp();

View file

@ -54,7 +54,7 @@ class StatisticsControllerTest extends ControllerTestCase
*/
private $userRepository;
public function setUp()
public function setUp(): void
{
parent::setUp();