diff --git a/tests/CoreBundle/Repository/SessionRepositoryTest.php b/tests/CoreBundle/Repository/SessionRepositoryTest.php index fde916c5c7..20309acad7 100644 --- a/tests/CoreBundle/Repository/SessionRepositoryTest.php +++ b/tests/CoreBundle/Repository/SessionRepositoryTest.php @@ -543,6 +543,7 @@ class SessionRepositoryTest extends AbstractApiTest public function testSessionRelUser(): void { $em = $this->getEntityManager(); + /** @var SessionRepository $sessionRepo */ $sessionRepo = self::getContainer()->get(SessionRepository::class);