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:
parent
4866155b3a
commit
d7dfd87390
@ -1562,14 +1562,8 @@ class ClassTemplateExtendsTest extends TestCase
|
|||||||
$this->elements = $elements;
|
$this->elements = $elements;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @psalm-suppress InvalidReturnType
|
|
||||||
*/
|
|
||||||
public function getIterator()
|
public function getIterator()
|
||||||
{
|
{
|
||||||
/**
|
|
||||||
* @psalm-suppress InvalidReturnStatement
|
|
||||||
*/
|
|
||||||
return new ArrayIterator($this->elements);
|
return new ArrayIterator($this->elements);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user