From 501bb2ce006904d9cdc89726d9d70e514aec969a Mon Sep 17 00:00:00 2001 From: Bart Gloudemans Date: Thu, 12 Sep 2024 17:32:29 +0200 Subject: [PATCH] better phrasing --- src/OpenIDConnectClient.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/OpenIDConnectClient.php b/src/OpenIDConnectClient.php index 86efcd58..2e5d64eb 100644 --- a/src/OpenIDConnectClient.php +++ b/src/OpenIDConnectClient.php @@ -293,8 +293,8 @@ public function setResponseTypes($response_types) { } /** - * use this method to magically handle all incoming OIDC requests at one endpoint - * if you need more control, use the handleError(), handleCode(), handleClaims(), requestAuthorisation() and redirect() methods + * use this method to magically handle all incoming OIDC requests + * if you need more control per request, use the methods handleError(), handleCode(), handleClaims(), requestAuthorisation() and redirect() * @return bool * @throws OpenIDConnectClientException */