Skip to content
Snippets Groups Projects
Commit 0f611d3d authored by Sebastien ANDRE's avatar Sebastien ANDRE
Browse files

php 8.3 compat

parent 0abf21a7
No related merge requests found
......@@ -75,7 +75,7 @@ class PropertyBag implements \IteratorAggregate
return $this;
}
public function getIterator()
public function getIterator(): \Traversable
{
return new \ArrayObject($this->elements + $this->xprops);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment