Skip to content

Commit

Permalink
Fix SearchServiceTest::testUserMetadataGroupHorizontalFilterContent
Browse files Browse the repository at this point in the history
  • Loading branch information
adriendupuis committed Feb 4, 2025
1 parent f4482fb commit 4349876
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -37730,11 +37730,6 @@ parameters:
count: 1
path: tests/integration/Core/Repository/SearchServiceTest.php

-
message: "#^Method Ibexa\\\\Tests\\\\Integration\\\\Core\\\\Repository\\\\SearchServiceTest\\:\\:testUserMetadataGroupHorizontalFilterContent\\(\\) has parameter \\$queryType with no type specified\\.$#"
count: 1
path: tests/integration/Core/Repository/SearchServiceTest.php

-
message: "#^Method Ibexa\\\\Tests\\\\Integration\\\\Core\\\\Repository\\\\SearchServiceTest\\:\\:testUserMetadataGroupHorizontalFilterLocation\\(\\) has no return type specified\\.$#"
count: 1
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/Core/Repository/SearchServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4049,7 +4049,7 @@ protected function createContentForTestUserMetadataGroupHorizontal()
*
* @covers \Ibexa\Contracts\Core\Repository\SearchService::findContent()
*/
public function testUserMetadataGroupHorizontalFilterContent($queryType = null)
public function testUserMetadataGroupHorizontalFilterContent(string $queryType = null)
{
if ($queryType === null) {
$queryType = 'filter';
Expand Down

0 comments on commit 4349876

Please sign in to comment.