Skip to content

Commit

Permalink
Apply fixes from StyleCI (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored Aug 30, 2017
1 parent 70a979e commit df62811
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/HasTranslations.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ public function translate(string $key, string $locale = '')
*/
public function getTranslation(string $key, string $locale, bool $useFallbackLocale = true)
{

$locale = $this->normalizeLocale($key, $locale, $useFallbackLocale);

$translations = $this->getTranslations($key);
Expand Down

0 comments on commit df62811

Please sign in to comment.