diff --git a/ignore-lte-php7.4-errors.neon b/ignore-lte-php7.4-errors.neon index 22e0ed62..c0a225bb 100644 --- a/ignore-lte-php7.4-errors.neon +++ b/ignore-lte-php7.4-errors.neon @@ -1,6 +1,6 @@ parameters: ignoreErrors: - - message: "#^Anonymous function should return array but returns array\\\\|false\\.$#" + message: "#^Anonymous function should return array\\ but returns array\\\\|false\\.$#" count: 1 path: tests/lib/Search/ResultExtractor/AggregationResultExtractor/TermAggregationResultExtractorTest.php