mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-11 09:14:59 +00:00
fix: Fix return types in tests.
This commit is contained in:
@@ -38,7 +38,7 @@ final class ReportControllerNextTest extends WebTestCase
|
||||
*/
|
||||
protected $person;
|
||||
|
||||
public function setUp()
|
||||
public function setUp(): void
|
||||
{
|
||||
self::bootKernel();
|
||||
// get person from fixture
|
||||
|
Reference in New Issue
Block a user