Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed May 8, 2017
1 parent e06eef7 commit 4a44c54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Utility/Language.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ public static function parseLanguageList($languageList = null, $options = []) {
}
}


if (array_key_exists($language, $languagesRanks) === false) {
$languages[$rank][] = $language;
$languagesRanks[$language] = $rank;
Expand Down

0 comments on commit 4a44c54

Please sign in to comment.