Skip to content

Commit

Permalink
Fixed StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-fiscaletti committed Jan 16, 2017
1 parent 7f27220 commit 499701d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ParameterParser/ParameterClosure.php
Expand Up @@ -81,7 +81,7 @@ public function getUsage()
{
$usage = '';
$aliases = '';

foreach ($this->aliases as $prefix => $alias) {
$aliases = ($aliases == '') ? ' (' : $aliases;
$aliases .= ' '.$prefix.$alias;
Expand Down

0 comments on commit 499701d

Please sign in to comment.