From 559e48168823dfedd280725936077a769c4821b4 Mon Sep 17 00:00:00 2001 From: Vidar Langseid Date: Tue, 11 Jun 2024 12:05:16 +0200 Subject: [PATCH] Fixed phpstan error message --- ignore-lte-php7.4-errors.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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