chamilo/chamilo-lms

View on GitHub
src/CoreBundle/ServiceHelper/AuthenticationConfigHelper.php

Summary

Maintainability
A
0 mins
Test Coverage

Missing function doc comment
Open

    public function getParams(string $providerName, ?AccessUrl $url = null): array

Closing brace must be on a line by itself
Open

    ) {}

Missing class doc comment
Open

readonly class AuthenticationConfigHelper

Missing function doc comment
Open

    public function getEnabledProviders(?AccessUrl $url = null): array

Missing function doc comment
Open

    public function __construct(

Add a single space around assignment operators
Open

declare(strict_types=1);

Missing function doc comment
Open

    public function isEnabled(string $methodName, ?AccessUrl $url = null): bool

Line indented incorrectly; expected 4 spaces, found 8
Open

        private AccessUrlHelper $urlHelper,

Line indented incorrectly; expected 4 spaces, found 8
Open

        private UrlGeneratorInterface $urlGenerator,

Closing brace must be on a line by itself
Open

    ) {}

Line indented incorrectly; expected 4 spaces, found 8
Open

        private ParameterBagInterface $parameterBag,

There are no issues that match your filters.

Category
Status