Skip to content

Commit 5267cc1

Browse files
committed
Removed deprecated indentation
1 parent d9d3c69 commit 5267cc1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Translation/Export/YmlExport.php

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ public function export($file, $translations)
3434

3535
if (pathinfo($file, PATHINFO_EXTENSION) === 'yml') {
3636
$ymlDumper = new Dumper();
37-
$ymlDumper->setIndentation(0);
3837
$ymlContent = '';
3938
$ymlContent .= $ymlDumper->dump($translations, 10);
4039
$bytes = file_put_contents($file, $ymlContent);

0 commit comments

Comments
 (0)