Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
patrickbrouwers authored and StyleCIBot committed Aug 6, 2020
1 parent 1fa7f2b commit 405ff5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sheet.php
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ public function fromView(FromView $sheetExport, $sheetIndex = null)
*/
public function fromQuery(FromQuery $sheetExport, Worksheet $worksheet)
{
$sheetExport->query()->chunk($this->getChunkSize($sheetExport), function ($chunk) use ($sheetExport, $worksheet) {
$sheetExport->query()->chunk($this->getChunkSize($sheetExport), function ($chunk) use ($sheetExport) {
$this->appendRows($chunk, $sheetExport);
});
}
Expand Down

0 comments on commit 405ff5f

Please sign in to comment.