src/CoreBundle/EventSubscriber/AnonymousUserSubscriber.php
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 class doc comment Open
Open
class AnonymousUserSubscriber implements EventSubscriberInterface
- Exclude checks
Missing function doc comment Open
Open
public static function getSubscribedEvents(): array
- Exclude checks
Missing function doc comment Open
Open
public function onKernelRequest(RequestEvent $event): void
- 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 readonly Security $security,
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 8 Open
Open
private readonly EntityManagerInterface $entityManager,
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 8 Open
Open
private readonly SettingsManager $settingsManager
- Exclude checks
Closing brace must be on a line by itself Open
Open
) {}
- Exclude checks