Skip to content

Commit

Permalink
Fixed DocBlock return type (#565)
Browse files Browse the repository at this point in the history
* Fixed DocBlock return type

* Update Provider.php

Co-authored-by: Taylor Otwell <taylor@laravel.com>
  • Loading branch information
shehi and taylorotwell committed Nov 29, 2021
1 parent 2c70f19 commit 7131640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Contracts/Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ interface Provider
/**
* Redirect the user to the authentication page for the provider.
*
* @return \Symfony\Component\HttpFoundation\RedirectResponse
* @return \Symfony\Component\HttpFoundation\RedirectResponse|\Illuminate\Http\RedirectResponse
*/
public function redirect();

Expand Down

0 comments on commit 7131640

Please sign in to comment.