Completed
Push — reset-password ( 0d7ca4...d6f785 )
by Fèvre
05:21 queued 02:50
created
app/Http/Components/AnalyticsComponent.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@
 block discarded – undo
101 101
             ];
102 102
 
103 103
             if (!in_array($country[0], ['ZZ'])) {
104
-                $countryInstance = country((string)strtolower($country[0]));
104
+                $countryInstance = country((string) strtolower($country[0]));
105 105
                 $countries[$country[0]] += [
106 106
                     'countryName' => $countryInstance->getName()
107 107
                 ];
Please login to merge, or discard this patch.
app/Http/Controllers/Auth/ForgotPasswordController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
     /**
37 37
      * Display the form to request a password reset link.
38 38
      *
39
-     * @return \Illuminate\Http\Response
39
+     * @return View
40 40
      */
41 41
     public function showLinkRequestForm(): View
42 42
     {
Please login to merge, or discard this patch.