src/CoreBundle/Service/EventLoggerService.php
Closing brace must be on a line by itself Open
Open
) {}
- Exclude checks
Missing function doc comment Open
Open
public function addEvent(
- Exclude checks
Add a single space around assignment operators Open
Open
declare(strict_types=1);
- Exclude checks
Missing class doc comment Open
Open
class EventLoggerService
- Exclude checks
Missing function doc comment Open
Open
public function __construct(
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 8 Open
Open
private readonly EntityManagerInterface $entityManager,
- 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 CidReqHelper $cidReqHelper,
- Exclude checks