Skip to content
This repository was archived by the owner on May 26, 2022. It is now read-only.

Commit 03e1ce4

Browse files
yiranzaiadrilo
authored andcommitted
Fixed Code Style
1 parent df9d963 commit 03e1ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Spout/Writer/WriterAbstract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public function openToBrowser($outputFileName, array $headers = [])
160160
*
161161
* @see https://github.com/box/spout/issues/745
162162
*/
163-
foreach ($headers as $header){
163+
foreach ($headers as $header) {
164164
$this->globalFunctionsHelper->header($header);
165165
}
166166

0 commit comments

Comments
 (0)