Skip to content

Commit

Permalink
Allow returning any iterable, not just array - fixes #88
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Sep 18, 2019
1 parent 7a1d487 commit 798cdb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BindDataMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ interface BindDataMapper {
* "age" => date("Y") - $this->dob->format("Y"),
* ]
*/
public function bindDataMap():array;
public function bindDataMap():iterable;
}

0 comments on commit 798cdb5

Please sign in to comment.