@@ -42,7 +42,7 @@ |
||
42 | 42 | /** |
43 | 43 | * Get the characters that must be matched. |
44 | 44 | * |
45 | - * @return array |
|
45 | + * @return string[] |
|
46 | 46 | */ |
47 | 47 | public function getCharacters() |
48 | 48 | { |
@@ -42,7 +42,7 @@ |
||
42 | 42 | /** |
43 | 43 | * Get the characters that must be matched. |
44 | 44 | * |
45 | - * @return array |
|
45 | + * @return string[] |
|
46 | 46 | */ |
47 | 47 | public function getCharacters() |
48 | 48 | { |
@@ -106,7 +106,7 @@ |
||
106 | 106 | * @param string $driver The driver used. |
107 | 107 | * @param string $type The type of callback. (Either `login` or `register`) |
108 | 108 | * |
109 | - * @return \Illuminate\Http\Response |
|
109 | + * @return RedirectResponse |
|
110 | 110 | */ |
111 | 111 | public function handleProviderCallback(Request $request, string $driver, string $type): RedirectResponse |
112 | 112 | { |