Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request zendframework/zendframework#2066 from coss/hotfix/…
Browse files Browse the repository at this point in the history
…cs-fix

Fixed CS errors
  • Loading branch information
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/TestAsset/TestIteratorAggregate.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ class TestIteratorAggregate implements \IteratorAggregate
'baz' => 5
);

public function getIterator() {
public function getIterator()
{
return new \ArrayIterator($this->array);
}
}

0 comments on commit 8d1b4e9

Please sign in to comment.