Skip to content

Commit

Permalink
Autofix code style.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Dec 21, 2021
1 parent 61ebd70 commit dcceb78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/benchmarks/CachingIteratorsBench.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@ public function provideGenerators(): Generator
private function test(Traversable $input): void
{
$a = $b = [];

foreach ($input as $key => $value) {
$a[] = [$key, $value];
}

foreach ($input as $key => $value) {
$b[] = [$key, $value];
}
Expand Down

0 comments on commit dcceb78

Please sign in to comment.