src/MarketoClient.php
Method withDefaults
has 8 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
string $accessToken,
int $tokenExpiresIn,
int $tokenLastRefresh,
string $clientId,
string $clientSecret,
Method with
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
RestClientInterface $restClient,
MarketoProviderInterface $marketoProvider,
string $accessToken,
int $tokenExpiresIn,
int $tokenLastRefresh,
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
RestClientInterface $restClient,
MarketoProviderInterface $marketoProvider,
AccessToken $accessToken,
$tokenRefreshObject,
int $maxRetryRequests