chamilo/chamilo-lms

View on GitHub
src/CoreBundle/ServiceHelper/CidReqHelper.php

Summary

Maintainability
A
0 mins
Test Coverage

Missing function doc comment
Open

    public function getCourseEntity(): ?Course

Missing function doc comment
Open

    public function getSessionEntity(): ?Session

Missing function doc comment
Open

    public function getGroupId(): ?int

Declare public methods first,then protected ones and finally private ones
Open

    public function getSessionId(): ?int

Missing function doc comment
Open

    public function getSessionId(): ?int

Closing brace must be on a line by itself
Open

    ) {}

Add a single space around assignment operators
Open

declare(strict_types=1);

Missing function doc comment
Open

    public function __construct(

Missing function doc comment
Open

    public function getCourseId()

Closing brace must be on a line by itself
Open

    ) {}

Line indented incorrectly; expected 4 spaces, found 8
Open

        private readonly RequestStack $requestStack,

There are no issues that match your filters.

Category
Status