From 1d662fe6a07fc4baf213da9710f6dace053b5647 Mon Sep 17 00:00:00 2001 From: Lucas Michot Date: Wed, 14 Feb 2024 13:56:35 +0100 Subject: [PATCH] Remove useless comments --- src/DocuSign/DocuSignExtendSocialite.php | 5 ----- src/Indeed/IndeedExtendSocialite.php | 5 ----- src/StartGg/StartGgExtendSocialite.php | 5 ----- 3 files changed, 15 deletions(-) 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);