Test Failed
Push — master ( c9c10d...19d548 )
by Nicolas
05:23
created
src/Commands/MissingCommand.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@  discard block
 block discarded – undo
119 119
 
120 120
             $filePath = $this->manager->files()[$file][config('app.fallback_locale')];
121 121
 
122
-            return config('app.fallback_locale') . ':' . array_get($this->manager->getFileContent($filePath), $key);
122
+            return config('app.fallback_locale').':'.array_get($this->manager->getFileContent($filePath), $key);
123 123
         } catch (\Exception $e) {
124 124
             return;
125 125
         }
@@ -154,7 +154,7 @@  discard block
 block discarded – undo
154 154
 
155 155
         $values = Arr::dot($filesResults);
156 156
 
157
-        $emptyValues = array_filter($values, function ($value) {
157
+        $emptyValues = array_filter($values, function($value) {
158 158
             return $value == '';
159 159
         });
160 160
 
Please login to merge, or discard this patch.