We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daeeb20 commit 9f71a02Copy full SHA for 9f71a02
recovery/common/src/DumpIterator.php
@@ -86,6 +86,7 @@ public function __destruct()
86
*
87
* @throws OutOfBoundsException
88
*/
89
+ #[\ReturnTypeWillChange]
90
public function seek($position)
91
{
92
$this->rewind();
@@ -108,6 +109,7 @@ public function count()
108
109
return $this->count;
110
}
111
112
113
public function rewind()
114
115
rewind($this->stream);
@@ -131,6 +133,7 @@ public function key()
131
133
return $this->position;
132
134
135
136
137
public function next()
138
139
++$this->position;
0 commit comments