@@ -101,7 +101,7 @@ |
||
| 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 | ]; |
@@ -36,7 +36,7 @@ |
||
| 36 | 36 | /** |
| 37 | 37 | * Display the form to request a password reset link. |
| 38 | 38 | * |
| 39 | - * @return \Illuminate\View/View |
|
| 39 | + * @return View |
|
| 40 | 40 | */ |
| 41 | 41 | public function showLinkRequestForm(): View |
| 42 | 42 | { |