Skip to content

Commit

Permalink
Scrutinizer Auto-Fixes
Browse files Browse the repository at this point in the history
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
  • Loading branch information
scrutinizer-auto-fixer committed Aug 25, 2020
1 parent 56af78e commit 2566ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Map.php
Original file line number Diff line number Diff line change
Expand Up @@ -1536,7 +1536,7 @@ public function nth( int $step, int $offset = 0 ) : self
$pos = 0;
$result = [];

foreach( $this->list as $key => $item)
foreach( $this->list as $key => $item )
{
if( $pos++ % $step === $offset ) {
$result[$key] = $item;
Expand Down

0 comments on commit 2566ec4

Please sign in to comment.