Skip to content

Commit feba4d1

Browse files
joedixonStyleCIBot
andauthored
Apply fixes from StyleCI (#274)
[ci skip] [skip ci] Co-authored-by: StyleCI Bot <[email protected]>
1 parent e950256 commit feba4d1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Console/Commands/SynchroniseTranslationsCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ public function handle()
113113

114114
// If the language argument is set.
115115
if ($this->argument('language')) {
116-
117116
// If all languages should be synced.
118117
if ($this->argument('language') == 'all') {
119118
$language = false;

src/Drivers/Translation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function getSourceLanguageTranslationsWith($language)
8686
*/
8787
public function filterTranslationsFor($language, $filter)
8888
{
89-
$allTranslations = $this->getSourceLanguageTranslationsWith(($language));
89+
$allTranslations = $this->getSourceLanguageTranslationsWith($language);
9090
if (! $filter) {
9191
return $allTranslations;
9292
}

0 commit comments

Comments
 (0)