-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IBX-8378: Fixed handling non-indexable field types
For more details see https://issues.ibexa.co/browse/IBX-8378 and #250 Key changes: * Skipped mapping non-searchable fields * Aligned PHPStan baseline with the latest release
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
parameters: | ||
ignoreErrors: | ||
- | ||
message: "#^Anonymous function should return array but returns array\\<string\\>\\|false\\.$#" | ||
message: "#^Anonymous function should return array\\<string\\> but returns array\\<string\\>\\|false\\.$#" | ||
count: 1 | ||
path: tests/lib/Search/ResultExtractor/AggregationResultExtractor/TermAggregationResultExtractorTest.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters