chamilo/chamilo-lms

View on GitHub
public/main/lp/lp_list.php

Summary

Maintainability
A
0 mins
Test Coverage

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

                $icon_learnpath = $defaultDisableLpIcon;
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                        $time_progress_perc = '100%';
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                    if ($time_progress_value < 100) {
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

            $dsp_reinit = null;
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                        $dsp_build = Display::url(
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                            $is_actived_time = true;
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

if (empty($lp_controller_touched) || 1 != $lp_controller_touched) {
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

    if (!empty($flat_list)) {
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                        $end_time = api_strtotime($details['expired_on'], 'UTC');
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                        if ($now > $start_time && $end_time > $now) {
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

            $dsp_delete = '';
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                $dsp_progress = '';
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                        $dsp_visible = Display::url(
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                                'lp_controller.php?'.$cidReq.'&action=switch_view_mode&lp_id='.$id.$token_parameter,
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                            $dsp_default_view = Display::url(
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                        $is_actived_time = false;
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                    $dsp_progress = learnpath::get_progress_bar($progress, '%');
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                        $lp_auto_launch_icon = Display::url(
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

$test_mode = api_get_setting('server_type');
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                                'lp_controller.php?'.$cidReq.'&action=switch_view_mode&lp_id='.$id.$token_parameter,
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                        $dsp_debug = Display::url(
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                        false == $autolaunch_exists
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

            $start_time = $end_time = '';
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

            if ($is_allowed_to_edit) {
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

            $dsp_visible = '';
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                        $time_progress_value = (int) (($lpTime * 100) / ($accumulateWorkTime * 60));
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                        $dsp_publish = Display::url(
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                            $dsp_default_view = Display::url(
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                            $dsp_default_view = Display::url(
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

            $url_start_lp = 'lp_controller.php?'.$cidReq.'&action=view&lp_id='.$id;
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

            $dsp_build = '';
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

            $dsp_debug = '';
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

            if ($is_allowed_to_edit) {
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                    $dsp_edit_lp = $courseSettingsDisableIcon;
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                    $dsp_reinit = Display::getMdiIcon('sync', 'ch-tool-icon', '', 22, get_lang('Allow multiple attempts'));
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                        $lp_auto_launch_icon = Display::url(
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

    if (empty($flat_list) && !$is_allowed_to_edit) {
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

        $max = count($flat_list);
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

        $autolaunch_exists = false;
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

            if (!$is_allowed_to_edit && 0 == $details['lp_visibility']) {
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                    $time_limits = true;
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                if ($time_limits) {
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

            $icon_learnpath = $defaultLpIcon;
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                    $dsp_time = learnpath::get_progress_bar($time_progress_value, '%');
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

            $dsp_publish = null;
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

            $dsp_disk = null;
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                        if ($now > $start_time && $end_time > $now) {
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

            $my_title = $name;
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

            if (!$is_allowed_to_edit && false == $lpVisibility &&
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

            $dsp_time = '';
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

            $dsp_edit_lp = null;
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                        $autolaunch_exists = true;
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

$this_section = SECTION_COURSES;
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

if (empty($lp_controller_touched) || 1 != $lp_controller_touched) {
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

$is_allowed_to_edit = api_is_allowed_to_edit(null, true);
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

            $start_time = $end_time = '';
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                    $start_time = api_convert_and_format_date($details['published_on'], DATE_TIME_FORMAT_SHORT);
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                    $end_time = api_convert_and_format_date($details['expired_on'], DATE_TIME_FORMAT_SHORT);
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                $time_limits = false;
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

            $lp_auto_launch_icon = null;
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                        $dsp_build = Display::getMdiIcon('pencil-off', 'ch-tool-icon', '', 22);
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                    $dsp_build = Display::getMdiIcon('pencil-off', 'ch-tool-icon', '', 22);
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                    $dsp_publish = Display::getMdiIcon('checkbox-multiple-blank-outline', 'ch-tool-icon', '', 22, get_lang('do not publish'));
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                                'lp_controller.php?'.$cidReq.'&action=switch_view_mode&lp_id='.$id.$token_parameter,
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

        if (!$is_allowed_to_edit) {
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

            if (!$is_allowed_to_edit) {
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                        $start_time = api_strtotime($details['published_on'], 'UTC');
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                        $time_progress_value = 100;
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                        $dsp_reinit = Display::url(
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                                'lp_controller.php?'.$cidReq.'&action=switch_view_mode&lp_id='.$id.$token_parameter,
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                        $dsp_default_view = Display::getMdiIcon('fit-to-screen', 'ch-tool-icon-disabled', '', 22, get_lang('Current view mode: embedded'));
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                        $dsp_debug = Display::url(
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

if ($is_allowed_to_edit) {
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

    $flat_list = $list->get_flat_list();
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

            array_column($flat_list, 'lp_old_id'),
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

        foreach ($flat_list as $id => $details) {
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                $my_title = Display::tag(
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                $icon_learnpath = $defaultDisableLpIcon;
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

            $dsp_order = '';
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                $dsp_progress = $progress.'%';
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                    $dsp_time = learnpath::get_progress_bar($time_progress_value, '%');
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

            if ($is_allowed_to_edit) {
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                if ('test' === $test_mode || api_is_platform_admin()) {
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                $dsp_disk = Display::getMdiIcon('archive-arrow-down', 'ch-tool-icon-disabled', '', 22, get_lang('Export as SCORM'));
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

    if (empty($flat_list) && !$is_allowed_to_edit) {
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                        if (!$is_actived_time) {
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

            $dsp_export = '';
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                        $dsp_reinit = Display::url(
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                        $dsp_default_view = Display::getMdiIcon('fullscreen', 'ch-tool-icon-disabled', '', 22, get_lang('Current view mode: fullscreen'));
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                $url_start_lp .= '&isStudentView=true';
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                $my_title = Display::tag(
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

            $dsp_default_view = '';
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                        $dsp_publish = Display::url(
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                            $dsp_default_view = Display::url(
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

            if ($is_allowed_to_edit) {
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                $url_start_lp = '#';
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

            $dsp_desc = '';
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                    $dsp_edit_lp = Display::url(
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                        $dsp_reinit = Display::url(
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                    $time_limits = false;
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                    $icon_learnpath = $icon;
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

            $token_parameter = "&sec_token=$token";
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                        $dsp_visible = Display::url(
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                $export_icon = null;
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                'action_publish' => $dsp_publish,
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                'action_debug' => $dsp_debug,
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                    $dsp_delete = Display::getMdiIcon('delete', 'ch-tool-icon-disabled', '', 22, get_lang('Delete'));
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                        $dsp_order .= Display::url(
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                'url_start' => $url_start_lp,
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                $export_icon = Display::url(
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                        $dsp_order = '';
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                'action_visible' => $dsp_visible,
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                'action_default_view' => $dsp_default_view,
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                'action_delete' => $dsp_delete,
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                    $dsp_delete = Display::url(
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                        $dsp_order .= Display::getMdiIcon('arrow-down-bold', 'ch-tool-icon-disabled', '', 22, get_lang('Move down'));
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

            if ($is_allowed_to_edit && learnpath::isForumFromBaseCourse((int) $id)) {
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

$template->assign('is_allowed_to_edit', $is_allowed_to_edit);
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                'end_time' => $end_time,
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                'action_auto_launch' => $lp_auto_launch_icon,
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                        $dsp_order .= Display::getMdiIcon('arrow-up-bold', 'ch-tool-icon-disabled', '', 22, get_lang('Move up'));
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                'learnpath_icon' => $icon_learnpath,
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                'action_edit' => $dsp_edit_lp,
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                'action_pdf' => $export_icon,
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                'action_order' => $dsp_order,
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                $dsp_disk = null;
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                'dsp_progress' => $dsp_progress,
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                        $dsp_order .= Display::url(
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                'action_build' => $dsp_build,
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                'action_export' => $dsp_disk,
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                        $dsp_order .= Display::url(
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                $export_icon = Display::url(
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                'title' => $my_title . $forumSessionIcon,
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                'start_time' => $start_time,
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                        $dsp_order .= Display::url(
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

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

                'action_reinit' => $dsp_reinit,
Severity: Minor
Found in public/main/lp/lp_list.php by phpcodesniffer

There are no issues that match your filters.

Category
Status