Skip to content

Commit

Permalink
Removed deprecated indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
saimaz committed Apr 4, 2016
1 parent d9d3c69 commit 5267cc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Translation/Export/YmlExport.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public function export($file, $translations)

if (pathinfo($file, PATHINFO_EXTENSION) === 'yml') {
$ymlDumper = new Dumper();
$ymlDumper->setIndentation(0);
$ymlContent = '';
$ymlContent .= $ymlDumper->dump($translations, 10);
$bytes = file_put_contents($file, $ymlContent);
Expand Down

0 comments on commit 5267cc1

Please sign in to comment.