Skip to content

Commit

Permalink
Normalize declarations and docblocks (#1078)
Browse files Browse the repository at this point in the history
Co-authored-by: atymic <[email protected]>
  • Loading branch information
lucasmichot and atymic authored Sep 5, 2023
1 parent ee03899 commit 8a69a98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AutodeskAPSExtendSocialite.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ class AutodeskAPSExtendSocialite
/**
* Register the provider.
*
* @param SocialiteWasCalled $socialiteWasCalled
* @param \SocialiteProviders\Manager\SocialiteWasCalled $socialiteWasCalled
*/
public function handle(SocialiteWasCalled $socialiteWasCalled): void
public function handle(SocialiteWasCalled $socialiteWasCalled)
{
$socialiteWasCalled->extendSocialite('aps', Provider::class);
}
Expand Down

0 comments on commit 8a69a98

Please sign in to comment.