mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 06:14:59 +00:00
cs: Enable more risky rules.
This commit is contained in:
@@ -228,7 +228,7 @@ class CSVFormatter implements FormatterInterface
|
||||
$content = [];
|
||||
|
||||
// create a file pointer connected to the output stream
|
||||
$output = fopen('php://output', 'w');
|
||||
$output = fopen('php://output', 'wb');
|
||||
|
||||
//title
|
||||
fputcsv($output, [$this->translator->trans($this->export->getTitle())]);
|
||||
|
Reference in New Issue
Block a user