Skip to content

Commit

Permalink
Fix possible formatting issue in rating csv
Browse files Browse the repository at this point in the history
  • Loading branch information
leepeuker committed Jun 29, 2022
1 parent 47abad0 commit f9d9288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application/ExportService.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function getRatingCsv() : string
}

$csv .= sprintf(
'%s,%s,%s,%s,%s' . PHP_EOL,
'"%s",%s,%s,%s,%s' . PHP_EOL,
$movie->getTitle(),
(string)$movie->getReleaseDate()?->format('Y'),
(string)$movie->getPersonalRating(),
Expand Down

0 comments on commit f9d9288

Please sign in to comment.