@@ -84,7 +84,7 @@ |
||
84 | 84 | /** |
85 | 85 | * Get the services provided by the provider. |
86 | 86 | * |
87 | - * @return array |
|
87 | + * @return string[] |
|
88 | 88 | */ |
89 | 89 | public function provides() |
90 | 90 | { |
@@ -102,7 +102,7 @@ discard block |
||
102 | 102 | * @author LAHAXE Arnaud |
103 | 103 | * |
104 | 104 | * |
105 | - * @return mixed |
|
105 | + * @return \Illuminate\Http\RedirectResponse |
|
106 | 106 | */ |
107 | 107 | public function auth(Request $request) |
108 | 108 | { |
@@ -123,7 +123,7 @@ discard block |
||
123 | 123 | /** |
124 | 124 | * @author LAHAXE Arnaud |
125 | 125 | * |
126 | - * @return mixed |
|
126 | + * @return \Illuminate\Http\RedirectResponse |
|
127 | 127 | */ |
128 | 128 | protected function redirectAfterSuccessAuth() |
129 | 129 | { |