Skip to content

Commit a0e6a50

Browse files
committed
Typo fix iterator to iterable
1 parent 63b1231 commit a0e6a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OdooClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ public function relationRemoveAllLinks()
805805
*
806806
* @return array
807807
*/
808-
public function relationReplaceAllLinks(iterator $resourceIds)
808+
public function relationReplaceAllLinks(iterable $resourceIds)
809809
{
810810
return [[
811811
static::RELATION_REPLACE_ALL_LINKS, 0, $resourceIds

0 commit comments

Comments
 (0)