Skip to content

Commit

Permalink
refactor: Add return statement.
Browse files Browse the repository at this point in the history
Signed-off-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
  • Loading branch information
drupol committed Oct 10, 2020
1 parent a2217a8 commit 1a57ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Operation/Tails.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ static function (Iterator $iterator): Generator {
array_shift($data);
}

yield [];
return yield [];
};
}
}

0 comments on commit 1a57ffb

Please sign in to comment.