Skip to content

Commit

Permalink
Merge pull request #78 from adamlacoste/feature/global-command-flags
Browse files Browse the repository at this point in the history
Removing global properties from clearAll reset
  • Loading branch information
matteosister committed Feb 27, 2015
2 parents cd92f5f + af8de8d commit 1e57a75
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/GitElephant/Command/BaseCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,7 @@ public function clearAll()
{
$this->commandName = null;
$this->configs = array();
$this->globalConfigs = array();
$this->globalOptions = array();
$this->commandArguments = array();
$this->globalCommandArguments = array();
$this->commandSubject = null;
$this->commandSubject2 = null;
$this->path = null;
Expand Down

0 comments on commit 1e57a75

Please sign in to comment.