Passed
Pull Request — main (#49)
by Thierry
14:14
created
app/Http/Controllers/IndexController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
             'locales' => LaravelLocalization::getSupportedLocales(),
53 53
             'locale' => LaravelLocalization::getCurrentLocale(),
54 54
             'localeNative' => LaravelLocalization::getCurrentLocaleNative(),
55
-         ]);
55
+            ]);
56 56
 
57 57
         return view('tontine.base.profile', ['countries' => $localeService->getCountries()]);
58 58
     }
Please login to merge, or discard this patch.
app/Console/Commands/CreateAnnotationsDir.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
     /**
28 28
      * Execute the console command.
29 29
      *
30
-      * @return mixed
30
+     * @return mixed
31 31
      */
32 32
     public function handle()
33 33
     {
Please login to merge, or discard this patch.