chamilo/chamilo-lms

View on GitHub
public/main/admin/careers.php

Summary

Maintainability
A
0 mins
Test Coverage

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

            $column_model,

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

                if ($values['status'] && !$old_status) {

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

                } elseif (!$values['status'] && $old_status) {

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

    $tool_name = get_lang('Careers');

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

$extra_params['height'] = 'auto';

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

$this_section = SECTION_PLATFORM_ADMIN;

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

            $extra_params,

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

    $tool_name = get_lang('Add');

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

            $old_status = $career->get_status($values['id']);

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

    $tool_name = get_lang('Edit');

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

$column_model = [

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

$extra_params['autowidth'] = 'true';

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

Display::display_header($tool_name);

There are no issues that match your filters.

Category
Status