Skip to content

Commit

Permalink
code-style: sort after outer loop
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Aug 22, 2018
1 parent 5f43cb3 commit e68ce18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Command/CommandSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ public function register(Net_SmartIRC $irc)
}
// unreference, as registerActionHandler uses &$command
unset($command);

// keep order sorted
asort($this->usage);
}

// keep order sorted
asort($this->usage);
}

/**
Expand Down

0 comments on commit e68ce18

Please sign in to comment.