Linter fix

This commit is contained in:
Matej Bačo
2022-07-03 10:14:36 +02:00
committed by GitHub
parent 7b5a35cbc6
commit 9623974ed5
+2 -2
View File
@@ -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';