Skip to content

Commit f27f30e

Browse files
amulet1ralflang
authored andcommitted
fix: add return type declaration to getIterator()
1 parent f7b8f39 commit f27f30e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Horde/ActiveSync/Collections.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1412,7 +1412,7 @@ public function getCollectionChangeCount($ping = false)
14121412
/**
14131413
* Iterator
14141414
*/
1415-
public function getIterator()
1415+
public function getIterator(): Traversable
14161416
{
14171417
return new ArrayIterator($this->_collections);
14181418
}

0 commit comments

Comments
 (0)