Leuchtfeuer/auth0-for-typo3

View on GitHub
Classes/Factory/ApplicationFactory.php

Summary

Maintainability
A
1 hr
Test Coverage

Method build has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static function build(int $applicationId, string $context = self::SESSION_PREFIX_BACKEND): Auth0
    {
        $scope = ['openid', 'profile', 'read:current_user'];
        $application = GeneralUtility::makeInstance(ApplicationRepository::class)->findByUid($applicationId);

Severity: Minor
Found in Classes/Factory/ApplicationFactory.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status