From 1cd35250e13243fecab073e5ff178e843067a8ce Mon Sep 17 00:00:00 2001 From: Wilmer Arambula <42547589+terabytesoftw@users.noreply.github.com> Date: Mon, 23 Oct 2023 18:34:09 -0300 Subject: [PATCH] Fix phpdocs. (#2) --- src/AuthAction.php | 1 + src/BaseClient.php | 1 + src/BaseOAuth.php | 1 + src/CacheStateStorage.php | 1 + src/ClientErrorResponseException.php | 1 + src/ClientInterface.php | 1 + src/Collection.php | 1 + src/InvalidResponseException.php | 1 + src/OAuth1.php | 1 + src/OAuth2.php | 1 + src/OAuthToken.php | 1 + src/OpenId.php | 1 + src/OpenIdConnect.php | 1 + src/SessionStateStorage.php | 1 + src/StateStorageInterface.php | 1 + src/clients/Facebook.php | 1 + src/clients/GitHub.php | 1 + src/clients/Google.php | 1 + src/clients/GoogleHybrid.php | 1 + src/clients/LinkedIn.php | 1 + src/clients/Live.php | 1 + src/clients/Twitter.php | 1 + src/clients/TwitterOAuth2.php | 1 + src/clients/VKontakte.php | 1 + src/clients/Yandex.php | 1 + src/signature/BaseMethod.php | 1 + src/signature/HmacSha.php | 1 + src/signature/HmacSha1.php | 1 + src/signature/PlainText.php | 1 + src/signature/RsaSha.php | 1 + src/signature/RsaSha1.php | 1 + src/widgets/AuthChoice.php | 1 + src/widgets/AuthChoiceAsset.php | 1 + src/widgets/AuthChoiceItem.php | 1 + src/widgets/AuthChoiceStyleAsset.php | 1 + src/widgets/GooglePlusButton.php | 1 + 36 files changed, 36 insertions(+) diff --git a/src/AuthAction.php b/src/AuthAction.php index ccda0d6..0512ca1 100644 --- a/src/AuthAction.php +++ b/src/AuthAction.php @@ -1,6 +1,7 @@