Skip to content

Commit

Permalink
style guides
Browse files Browse the repository at this point in the history
  • Loading branch information
alexszeliga committed Feb 16, 2024
1 parent 3c9b11b commit 82fb60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exportable.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ private function exportOrDownload($path, $function, callable $callback = null)
$this->setOptions($options);

// extract file type for writing to php://output
if (str_starts_with($path,'php://output')) {
if (str_starts_with($path, 'php://output')) {
$path = explode(';', $path)[0];
}

Expand Down

0 comments on commit 82fb60e

Please sign in to comment.