chamilo/chamilo-lms

View on GitHub
src/CoreBundle/Security/Authenticator/OAuth2/FacebookAuthenticator.php

Summary

Maintainability
A
0 mins
Test Coverage

Add a single space around assignment operators
Open

declare(strict_types=1);

Missing function doc comment
Open

    public function __construct(

Missing class doc comment
Open

class FacebookAuthenticator extends AbstractAuthenticator

Missing function doc comment
Open

    public function supports(Request $request): ?bool

Line indented incorrectly; expected 4 spaces, found 8
Open

        protected readonly SlugifyInterface $slugify,

There are no issues that match your filters.

Category
Status