@@ -55,7 +55,7 @@ |
||
55 | 55 | * @author LAHAXE Arnaud |
56 | 56 | * |
57 | 57 | * |
58 | - * @return mixed |
|
58 | + * @return \Illuminate\Http\RedirectResponse |
|
59 | 59 | */ |
60 | 60 | public function register(Request $request) |
61 | 61 | { |
@@ -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 | { |