chamilo/chamilo-lms

View on GitHub
public/main/inc/ajax/thematic.ajax.php

Summary

Maintainability
A
0 mins
Test Coverage

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

        $thematic_advance_id = (int) $_REQUEST['thematic_advance_id'];

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

        $attendance = $repo->find($attendance_id);

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

                        if ($utcDateTime === $thematic_item['start_date']) {

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

                            if ($thematic_advance_id == $key) {

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

        $attendance_id = (int) $_REQUEST['attendance_id'];

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

                $thematic_list_temp[] = $item->getAdvances();

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

            foreach ($thematic_list_temp as $advanceList) {

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

            $attendance_calendar = $attendance->getCalendars();

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

                        $new_thematic_list[$advanceItem->getIid()] = [

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

        $thematicAdvance = $repo->find($thematic_advance_id);

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

            $my_list = $thematic_list_temp = [];

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

            $my_list = $thematic_list_temp = [];

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

                foreach ($attendance_calendar as $calendar) {

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

                    foreach ($new_thematic_list as $key => $thematic_item) {

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

                    foreach ($new_thematic_list as $key => $thematic_item) {

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

            $new_thematic_list = [];

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

            if (!empty($attendance_calendar)) {

There are no issues that match your filters.

Category
Status