Skip to content

Commit

Permalink
remove dumper class from AddCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Pichler committed Mar 3, 2016
1 parent 2c2ca83 commit b91dcf9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Mage/Command/BuiltIn/AddCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ protected function addEnvironment()

$config = $this->getDefaultConfiguration($withReleases);

$dumper = new Dumper();
$result = file_put_contents($environmentConfigFile, Yaml::dump($config, 3, 2));

if ($result) {
Expand Down

0 comments on commit b91dcf9

Please sign in to comment.