Skip to content

Commit

Permalink
Minor - format code
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontoyaa committed Dec 19, 2019
1 parent 5313e71 commit 0154a67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Command/Common/CommonCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@ class CommonCommand extends AbstractCommand
public $configurationPath;
public $configuration;
public $extraDatabaseSettings;
public $configurationHelper;
private $migrationConfigurationFile;
private $manager;

public $configurationHelper;

public function __construct(ConfigurationHelper $configurationHelper)
{
$this->configurationHelper = $configurationHelper;
Expand Down

0 comments on commit 0154a67

Please sign in to comment.