Skip to content

Commit 5bab4c4

Browse files
committed
Fix SessionSection stub
1 parent 838c909 commit 5bab4c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stubs/SessionSection.stub

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ class SessionSection implements \IteratorAggregate, \ArrayAccess
1010
{
1111

1212
/**
13-
* @return \ArrayIterator<mixed, mixed>
13+
* @return \Iterator<mixed, mixed>
1414
*/
15-
public function getIterator(): \ArrayIterator
15+
public function getIterator(): \Iterator
1616
{
1717
// nothing
1818
}

0 commit comments

Comments
 (0)