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

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