Skip to content

Commit

Permalink
Fixes coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
Naoray authored and github-actions[bot] committed Dec 5, 2024
1 parent 9a58ddf commit 82cc035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/CursorCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public function getAutoIterator(bool $iterateBackwards = false): LazyCollection
return new LazyCollection(function () use ($page, $iterateBackwards): Generator {
while (true) {
$page->setAutoHydrate();

foreach ($page as $item) {
yield $item;
}
Expand Down

0 comments on commit 82cc035

Please sign in to comment.