From 1bdf46e94ca16165c059c0fbc1a6d8caa9311201 Mon Sep 17 00:00:00 2001 From: Thorsten Reiter Date: Mon, 18 Nov 2024 11:32:31 +0100 Subject: [PATCH] fixed phpstan --- .../Repository/LanguageServiceMaximumSupportedLanguagesTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/Core/Repository/LanguageServiceMaximumSupportedLanguagesTest.php b/tests/integration/Core/Repository/LanguageServiceMaximumSupportedLanguagesTest.php index c168af76ca..0012e3b845 100644 --- a/tests/integration/Core/Repository/LanguageServiceMaximumSupportedLanguagesTest.php +++ b/tests/integration/Core/Repository/LanguageServiceMaximumSupportedLanguagesTest.php @@ -96,7 +96,7 @@ public function testCreateMaximumLanguageLimit() * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException */ - public function testCreateContentHavingMaximumLanguageCount() + public function testCreateContentHavingMaximumLanguageCount(): void { $repository = $this->getRepository(); $contentService = $repository->getContentService();