Navigation Menu

Skip to content

Commit

Permalink
Remove extra fi
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Jan 16, 2017
1 parent 6ac8d56 commit 98c4cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/ConsoleOptionParser.php
Expand Up @@ -819,7 +819,7 @@ protected function _parseOption($name, $params)
if ($option->validChoice($value)) {
if ($option->acceptsMultiple($value)) {
$params[$name][] = $value;
fi } else {
} else {
$params[$name] = $value;
}

Expand Down

0 comments on commit 98c4cef

Please sign in to comment.