Skip to content

Commit 31e0596

Browse files
committed
1 parent 8c77971 commit 31e0596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/Core/Repository/SearchServiceLocationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1444,7 +1444,7 @@ protected function printResult(SearchResult $result): string
14441444
{
14451445
$printed = '';
14461446
foreach ($result->searchHits as $hit) {
1447-
if (!isset($hit->valueObject['title']) || !isset($hit->valueObject['id'])) {
1447+
if (!isset($hit->valueObject['title'], $hit->valueObject['id'])) {
14481448
continue;
14491449
}
14501450

0 commit comments

Comments
 (0)