@@ -78,7 +78,7 @@ discard block |
||
78 | 78 | foreach ($missing as $missingKey) { |
79 | 79 | $default = $this->getDefaultValue($missingKey); |
80 | 80 | $value = $this->ask( |
81 | - "<fg=yellow>{$missingKey}</> translation [" . config('app.fallback_locale').": $default]", |
|
81 | + "<fg=yellow>{$missingKey}</> translation [".config('app.fallback_locale').": $default]", |
|
82 | 82 | $this->option('default') ? $default : null |
83 | 83 | ); |
84 | 84 | |
@@ -148,7 +148,7 @@ discard block |
||
148 | 148 | |
149 | 149 | $values = Arr::dot($filesResults); |
150 | 150 | |
151 | - $emptyValues = array_filter($values, function ($value) { |
|
151 | + $emptyValues = array_filter($values, function($value) { |
|
152 | 152 | return $value == ''; |
153 | 153 | }); |
154 | 154 |