fix: Fix return types in tests.

This commit is contained in:
Pol Dellaiera
2021-12-21 15:12:15 +01:00
parent 11c6f6d84a
commit 58a13d932f
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ final class UserControllerTest extends WebTestCase
]);
}
protected function tearDown()
protected function tearDown(): void
{
self::bootKernel();
$em = self::$container->get(EntityManagerInterface::class);