Skip to content

Commit

Permalink
fixed phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
reithor committed Nov 18, 2024
1 parent a188172 commit 1bdf46e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 1bdf46e

Please sign in to comment.