diff --git a/src/DocuSign/DocuSignExtendSocialite.php b/src/DocuSign/DocuSignExtendSocialite.php index e335cd742..2dd8eaeaa 100644 --- a/src/DocuSign/DocuSignExtendSocialite.php +++ b/src/DocuSign/DocuSignExtendSocialite.php @@ -6,11 +6,6 @@ class DocuSignExtendSocialite { - /** - * Register the provider. - * - * @param SocialiteWasCalled $socialiteWasCalled - */ public function handle(SocialiteWasCalled $socialiteWasCalled): void { $socialiteWasCalled->extendSocialite('docusign', Provider::class); diff --git a/src/Indeed/IndeedExtendSocialite.php b/src/Indeed/IndeedExtendSocialite.php index a62f4741d..654c8d49a 100644 --- a/src/Indeed/IndeedExtendSocialite.php +++ b/src/Indeed/IndeedExtendSocialite.php @@ -6,11 +6,6 @@ class IndeedExtendSocialite { - /** - * Register the provider. - * - * @param SocialiteWasCalled $socialiteWasCalled - */ public function handle(SocialiteWasCalled $socialiteWasCalled): void { $socialiteWasCalled->extendSocialite('indeed', Provider::class); diff --git a/src/StartGg/StartGgExtendSocialite.php b/src/StartGg/StartGgExtendSocialite.php index 0a887f9c5..d338f7c7a 100644 --- a/src/StartGg/StartGgExtendSocialite.php +++ b/src/StartGg/StartGgExtendSocialite.php @@ -6,11 +6,6 @@ class StartGgExtendSocialite { - /** - * Register the provider. - * - * @param \SocialiteProviders\Manager\SocialiteWasCalled $socialiteWasCalled - */ public function handle(SocialiteWasCalled $socialiteWasCalled) { $socialiteWasCalled->extendSocialite('startgg', Provider::class);