From 91c475c09a046d7331587abc82133035dd6d21b6 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Wed, 26 Jan 2022 12:39:36 +0100 Subject: [PATCH] Fix last tests --- tests/FunctionCallTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/FunctionCallTest.php b/tests/FunctionCallTest.php index df7d53fccc6..3d2038c0f24 100644 --- a/tests/FunctionCallTest.php +++ b/tests/FunctionCallTest.php @@ -511,7 +511,7 @@ function generator(): Generator { 'iteratorToArrayWithGetIterator' => [ '> + * @implements IteratorAggregate */ class C implements IteratorAggregate { /** @@ -529,7 +529,7 @@ public function getIterator() { 'iteratorToArrayWithGetIteratorReturningList' => [ '> + * @implements IteratorAggregate */ class C implements IteratorAggregate { /**