From 9623974ed5badfc9f806a837e0d9cdb1f41a7bc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Sun, 3 Jul 2022 10:14:36 +0200 Subject: [PATCH] Linter fix --- src/Appwrite/Auth/OAuth2/Podio.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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';