We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9d3c69 commit 5267cc1Copy full SHA for 5267cc1
Translation/Export/YmlExport.php
@@ -34,7 +34,6 @@ public function export($file, $translations)
34
35
if (pathinfo($file, PATHINFO_EXTENSION) === 'yml') {
36
$ymlDumper = new Dumper();
37
- $ymlDumper->setIndentation(0);
38
$ymlContent = '';
39
$ymlContent .= $ymlDumper->dump($translations, 10);
40
$bytes = file_put_contents($file, $ymlContent);
0 commit comments