Skip to content

Commit

Permalink
Merge pull request #27 from DivanteLtd/utf-BOM-support
Browse files Browse the repository at this point in the history
Add BOM (Byte Order Mark) support option
  • Loading branch information
fszenborn authored Jun 30, 2021
2 parents 6f52573 + d39184f commit d2a915e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function run(ExecutableInterface $executable, ?array $params = null)
escapeshellarg($settings['divide_file']),
escapeshellarg($settings['preserve_process']),
escapeshellarg($settings['types']),
escapeshellarg($settings['object_ids'] ?? '')
escapeshellarg($settings['object_ids'] ?? ''),
escapeshellarg($settings['add_utf_bom'] ?? 0)
);

Expand Down

0 comments on commit d2a915e

Please sign in to comment.