@@ -57,7 +57,7 @@ discard block |
||
| 57 | 57 | * |
| 58 | 58 | * @param null|string $provider |
| 59 | 59 | * |
| 60 | - * @return mixed |
|
| 60 | + * @return \Illuminate\Http\RedirectResponse |
|
| 61 | 61 | */ |
| 62 | 62 | public function callback($provider = null) |
| 63 | 63 | { |
@@ -114,7 +114,7 @@ discard block |
||
| 114 | 114 | /** |
| 115 | 115 | * Log the user out. |
| 116 | 116 | * |
| 117 | - * @return mixed |
|
| 117 | + * @return \Illuminate\Http\RedirectResponse |
|
| 118 | 118 | */ |
| 119 | 119 | public function logout() |
| 120 | 120 | { |
@@ -127,7 +127,7 @@ discard block |
||
| 127 | 127 | /** |
| 128 | 128 | * Find the provider's driver, scopes and extras based on a given provider name. |
| 129 | 129 | * |
| 130 | - * @param $provider |
|
| 130 | + * @param null|string $provider |
|
| 131 | 131 | * |
| 132 | 132 | * @throws \Exception |
| 133 | 133 | */ |