Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
Fix scuritinizer.
Browse files Browse the repository at this point in the history
  • Loading branch information
lakiboy committed Jul 5, 2018
1 parent e7abe8b commit 7d7c782
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/RosfinCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ public function count(): int
return count($this->data);
}

/**
* @return RosfinItem[]
*/
public function getIterator(): Iterator
{
return new ArrayIterator(array_map([$this, 'itemFactory'], $this->data));
Expand Down

0 comments on commit 7d7c782

Please sign in to comment.