Skip to content

Commit

Permalink
derp.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Jan 16, 2025
1 parent e6d3566 commit 9aa6de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ public function getVersionsIterator(): iterable
if ([] === $this->_versions) {
return new \EmptyIterator();
}
return new \ArrayIterator($this->_versions);
return \SplFixedArray::fromArray($this->_versions, preserveKeys: false);
}

/**
Expand Down

0 comments on commit 9aa6de3

Please sign in to comment.