chamilo/chamilo-lms

View on GitHub
src/CoreBundle/Repository/TrackEOnlineRepository.php

Summary

Maintainability
A
0 mins
Test Coverage

Add a single space around assignment operators
Open

declare(strict_types=1);

Missing class doc comment
Open

class TrackEOnlineRepository extends ServiceEntityRepository

Missing function doc comment
Open

    public function __construct(

Missing function doc comment
Open

    public function removeOnlineSessionsByUser(int $userId): void

Missing function doc comment
Open

    public function isUserOnline(int $userId): bool

Missing function doc comment
Open

    public function createOnlineSession(User $user, string $userIp, int $cId = 0, int $sessionId = 0, int $accessUrlId = 1): void

Line indented incorrectly; expected 4 spaces, found 8
Open

        private readonly SettingsManager $settingsManager,

Line indented incorrectly; expected 4 spaces, found 8
Open

        private readonly AccessUrlHelper $accessUrlHelper,

There are no issues that match your filters.

Category
Status