chamilo/chamilo-lms

View on GitHub
src/CoreBundle/Service/EventLoggerService.php

Summary

Maintainability
A
0 mins
Test Coverage

Closing brace must be on a line by itself
Open

    ) {}

Missing function doc comment
Open

    public function addEvent(

Add a single space around assignment operators
Open

declare(strict_types=1);

Missing class doc comment
Open

class EventLoggerService

Missing function doc comment
Open

    public function __construct(

Line indented incorrectly; expected 4 spaces, found 8
Open

        private readonly EntityManagerInterface $entityManager,

Closing brace must be on a line by itself
Open

    ) {}

Line indented incorrectly; expected 4 spaces, found 8
Open

        private readonly Security $security,

Line indented incorrectly; expected 4 spaces, found 8
Open

        private readonly CidReqHelper $cidReqHelper,

There are no issues that match your filters.

Category
Status