Skip to content

Commit a827b93

Browse files
authored
Merge pull request #9 from Novasa/analysis-qBQMeL
Apply fixes from StyleCI
2 parents 676251e + 8acb597 commit a827b93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Translator.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ class Translator extends LaravelTranslator
1717
/**
1818
* Create a new translator instance.
1919
*
20-
* @param \Illuminate\Translation\FileLoader $loader
21-
* @param string $locale
20+
* @param \Illuminate\Translation\FileLoader $loader
21+
* @param string $locale
2222
*
2323
* @return void
2424
*/
@@ -88,7 +88,7 @@ public function get($data, array $replace = [], $locale = null, $fallback = true
8888
: [$locale ?: $this->locale];
8989

9090
foreach ($locales as $locale) {
91-
if (! is_null($line = $this->getLine(
91+
if (!is_null($line = $this->getLine(
9292
$namespace, $group, $locale, $item, $replace
9393
))) {
9494
break;

0 commit comments

Comments
 (0)