Skip to content

Commit 559e481

Browse files
committed
Fixed phpstan error message
1 parent 2b9bceb commit 559e481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ignore-lte-php7.4-errors.neon

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
parameters:
22
ignoreErrors:
33
-
4-
message: "#^Anonymous function should return array but returns array\\<string\\>\\|false\\.$#"
4+
message: "#^Anonymous function should return array\\<string\\> but returns array\\<string\\>\\|false\\.$#"
55
count: 1
66
path: tests/lib/Search/ResultExtractor/AggregationResultExtractor/TermAggregationResultExtractorTest.php

0 commit comments

Comments
 (0)