src/CoreBundle/Security/Authenticator/OAuth2/FacebookAuthenticator.php
Add a single space around assignment operators Open
Open
declare(strict_types=1);
- Exclude checks
Missing function doc comment Open
Open
public function __construct(
- Exclude checks
Missing class doc comment Open
Open
class FacebookAuthenticator extends AbstractAuthenticator
- Exclude checks
Missing function doc comment Open
Open
public function supports(Request $request): ?bool
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 8 Open
Open
protected readonly SlugifyInterface $slugify,
- Exclude checks