ezralazuardy/heimdall

View on GitHub
src/Heimdall.php

Summary

Maintainability
A
1 hr
Test Coverage

Method withAuthorizationCodeGrant has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

        AuthCodeRepositoryInterface $authCodeRepository,
        RefreshTokenRepositoryInterface $refreshTokenRepository,
        string $authCodeTTL = 'PT10M',
        string $refreshTokenTTL = 'P1M',
        string $accessTokenTTL = 'PT1H'
Severity: Minor
Found in src/Heimdall.php - About 35 mins to fix

    Method withAuthorizationConfig has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            ClientRepositoryInterface $clientRepository,
            AccessTokenRepositoryInterface $accessTokenRepository,
            ScopeRepositoryInterface $scopeRepository,
            $privateKey,
            ResponseTypeInterface $responseType = null
    Severity: Minor
    Found in src/Heimdall.php - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status