From 903173ead52bdc08e43185d686713a10343bef61 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Fri, 12 Nov 2021 16:48:38 +0100 Subject: [PATCH] Fix 8.1-lowest build --- tests/deprecations-8.1.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/deprecations-8.1.json b/tests/deprecations-8.1.json index f754b566d..f920fe827 100644 --- a/tests/deprecations-8.1.json +++ b/tests/deprecations-8.1.json @@ -88,5 +88,10 @@ "location": "Composer\\Test\\Package\\Archiver\\ArchivableFilesFinderTest::testManualExcludes", "message": "Return type of Symfony\\Component\\Finder\\Iterator\\CustomFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice", "count": 1 + }, + { + "location": "Composer\\Test\\Package\\Archiver\\ArchivableFilesFinderTest::testManualExcludes", + "message": "Return type of Symfony\\Component\\Finder\\Iterator\\SortableIterator::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice", + "count": 1 } ]