Skip to content

Commit

Permalink
Fix last tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Jan 26, 2022
1 parent 00bbc35 commit 91c475c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/FunctionCallTest.php
Expand Up @@ -511,7 +511,7 @@ function generator(): Generator {
'iteratorToArrayWithGetIterator' => [
'<?php
/**
* @implements IteratorAggregate<int, string, Traversable<int, string>>
* @implements IteratorAggregate<int, string>
*/
class C implements IteratorAggregate {
/**
Expand All @@ -529,7 +529,7 @@ public function getIterator() {
'iteratorToArrayWithGetIteratorReturningList' => [
'<?php
/**
* @implements IteratorAggregate<int, string, Traversable<int, string>>
* @implements IteratorAggregate<int, string>
*/
class C implements IteratorAggregate {
/**
Expand Down

0 comments on commit 91c475c

Please sign in to comment.