diff --git a/src/Appwrite/Auth/OAuth2/Podio.php b/src/Appwrite/Auth/OAuth2/Podio.php index 57f450ea3f..f91cc9b8e1 100644 --- a/src/Appwrite/Auth/OAuth2/Podio.php +++ b/src/Appwrite/Auth/OAuth2/Podio.php @@ -11,14 +11,14 @@ class Podio extends OAuth2 { /** * Endpoint used for initiating OAuth flow - * + * * @var string */ private string $endpoint = 'https://podio.com/oauth'; /** * Endpoint for communication with API server - * + * * @var string */ private string $apiEndpoint = 'https://api.podio.com';