src/CoreBundle/ServiceHelper/AuthenticationConfigHelper.php
Missing function doc comment Open
Open
public function getParams(string $providerName, ?AccessUrl $url = null): array
- Exclude checks
Closing brace must be on a line by itself Open
Open
) {}
- Exclude checks
Missing class doc comment Open
Open
readonly class AuthenticationConfigHelper
- Exclude checks
Missing function doc comment Open
Open
public function getEnabledProviders(?AccessUrl $url = null): array
- Exclude checks
Missing function doc comment Open
Open
public function __construct(
- Exclude checks
Add a single space around assignment operators Open
Open
declare(strict_types=1);
- Exclude checks
Missing function doc comment Open
Open
public function isEnabled(string $methodName, ?AccessUrl $url = null): bool
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 8 Open
Open
private AccessUrlHelper $urlHelper,
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 8 Open
Open
private UrlGeneratorInterface $urlGenerator,
- Exclude checks
Closing brace must be on a line by itself Open
Open
) {}
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 8 Open
Open
private ParameterBagInterface $parameterBag,
- Exclude checks