Skip to content

Commit

Permalink
fix doc types (#1647)
Browse files Browse the repository at this point in the history
  • Loading branch information
hafezdivandari authored Mar 18, 2023
1 parent b33fa25 commit b6b68fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Http/Controllers/AuthorizationController.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ class AuthorizationController
*
* @param \League\OAuth2\Server\AuthorizationServer $server
* @param \Illuminate\Contracts\Auth\StatefulGuard $guard
* @param \Laravel\Passport\Contracts\AuthorizationViewResponse $response
* @return void
*/
public function __construct(AuthorizationServer $server,
Expand All @@ -64,7 +65,7 @@ public function __construct(AuthorizationServer $server,
* @param \Illuminate\Http\Request $request
* @param \Laravel\Passport\ClientRepository $clients
* @param \Laravel\Passport\TokenRepository $tokens
* @return \Laravel\Passport\Contracts\AuthorizationViewResponse
* @return \Illuminate\Http\Response|\Laravel\Passport\Contracts\AuthorizationViewResponse
*/
public function authorize(ServerRequestInterface $psrRequest,
Request $request,
Expand Down

0 comments on commit b6b68fa

Please sign in to comment.