Skip to content

Commit 6d9d791

Browse files
committed
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent 33f9732 commit 6d9d791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Excel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function __construct(
8181
public function download($export, string $fileName, string $writerType = null, array $headers = [])
8282
{
8383
// Clear output buffer to prevent stuff being prepended to the Excel output.
84-
if ( ob_get_length() > 0 ) {
84+
if (ob_get_length() > 0) {
8585
ob_end_clean();
8686
ob_start();
8787
}

0 commit comments

Comments
 (0)