Skip to content

Commit 6d7149f

Browse files
Fix some php 8.1 issues
1 parent 6b5db33 commit 6d7149f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PHPCR/Util/CND/Scanner/TokenQueue.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ public function next()
6565
return next($this->tokens);
6666
}
6767

68+
#[\ReturnTypeWillChange]
6869
public function getIterator()
6970
{
7071
return new \ArrayIterator($this->tokens);

0 commit comments

Comments
 (0)