chamilo/chamilo-lms

View on GitHub
public/main/gamification/my_progress.php

Summary

Maintainability
A
0 mins
Test Coverage

Variable "this_section" is not in valid camel caps format
Open

$this_section = SECTION_TRACKING;

Variable "UserIsSubscribedToSession" is not in valid camel caps format
Open

    $UserIsSubscribedToSession = SessionManager::isUserSubscribedAsStudent($lastSessionId, $user->getId());

Variable "UserIsSubscribedToSession" is not in valid camel caps format
Open

    if (!empty($lastSessionId) && $UserIsSubscribedToSession) {

There are no issues that match your filters.

Category
Status