Skip to content

Commit

Permalink
php 8.1 compatibility fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BigOHenry authored and crynobone committed Dec 13, 2021
1 parent 02e8888 commit cac6349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Xml/Definitions/MultiLevel.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function getKey(): string
* @return \ArrayIterator
*/
#[\ReturnTypeWillChange]
public function getIterator()
public function getIterator(): ArrayIterator
{
return new ArrayIterator($this->uses);
}
Expand Down

0 comments on commit cac6349

Please sign in to comment.