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
StyleCIBot committed Feb 20, 2024
1 parent 33f9732 commit 6d9d791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Excel.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function __construct(
public function download($export, string $fileName, string $writerType = null, array $headers = [])
{
// Clear output buffer to prevent stuff being prepended to the Excel output.
if ( ob_get_length() > 0 ) {
if (ob_get_length() > 0) {
ob_end_clean();
ob_start();
}
Expand Down

0 comments on commit 6d9d791

Please # to comment.