1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00

remove suppress on an old test

This commit is contained in:
orklah 2021-10-09 21:04:06 +02:00
parent 4866155b3a
commit d7dfd87390

View File

@ -1562,14 +1562,8 @@ class ClassTemplateExtendsTest extends TestCase
$this->elements = $elements;
}
/**
* @psalm-suppress InvalidReturnType
*/
public function getIterator()
{
/**
* @psalm-suppress InvalidReturnStatement
*/
return new ArrayIterator($this->elements);
}