Completed
Pull Request — master (#1735)
by
unknown
10:06
created
src/Commands/CheckLangCommand.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -193,8 +193,7 @@
 block discarded – undo
193 193
         if (\File::exists($file)) {
194 194
             $lang = \File::getRequire($file);
195 195
             return collect(\Arr::dot($lang))->keys();
196
-        }
197
-        else {
196
+        } else {
198 197
             return FALSE;
199 198
         }
200 199
     }
Please login to merge, or discard this patch.