Skip to content

Commit

Permalink
Typo fix iterator to iterable
Browse files Browse the repository at this point in the history
  • Loading branch information
judgej committed Mar 27, 2019
1 parent 63b1231 commit a0e6a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OdooClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ public function relationRemoveAllLinks()
*
* @return array
*/
public function relationReplaceAllLinks(iterator $resourceIds)
public function relationReplaceAllLinks(iterable $resourceIds)
{
return [[
static::RELATION_REPLACE_ALL_LINKS, 0, $resourceIds
Expand Down

0 comments on commit a0e6a50

Please sign in to comment.