From 8a69a983a0eccc081d81b737081bbeeb8fe73f6c Mon Sep 17 00:00:00 2001 From: Lucas Michot Date: Wed, 6 Sep 2023 01:59:51 +0300 Subject: [PATCH] Normalize declarations and docblocks (#1078) Co-authored-by: atymic --- AutodeskAPSExtendSocialite.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AutodeskAPSExtendSocialite.php b/AutodeskAPSExtendSocialite.php index e3dca71..7255d21 100644 --- a/AutodeskAPSExtendSocialite.php +++ b/AutodeskAPSExtendSocialite.php @@ -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); }