chamilo/chamilo-lms

View on GitHub
public/main/my_space/company_reports.php

Summary

Maintainability
A
0 mins
Test Coverage

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

$column_model = [

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

$tpl = new Template($tool_name);

Multi-line function call not indented correctly; expected 4 spaces but found 8
Open

        'user_course_report',

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

if (!empty($extra_fields)) {

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

        $column_model[] = $col;

Multi-line function call not indented correctly; expected 4 spaces but found 8
Open

        $columns,

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

$tool_name = get_lang('Report');

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

$extra_fields = UserManager::get_extra_fields(0, 100, null, null, true, true);

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

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

Multi-line function call not indented correctly; expected 4 spaces but found 8
Open

        true

Multi-line function call not indented correctly; expected 4 spaces but found 8
Open

        $url,

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

        $extra_params,

Multi-line function call not indented correctly; expected 4 spaces but found 8
Open

        null,

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

$this_section = SECTION_TRACKING;

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

    foreach ($extra_fields as $extra) {

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

        $column_model,

Multi-line function call not indented correctly; expected 4 spaces but found 8
Open

        [],

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

    $column_model[] = [

Multi-line function call not indented correctly; expected 4 spaces but found 8
Open

        $column_model,

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

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

Multi-line function call not indented correctly; expected 4 spaces but found 8
Open

        $extra_params,

Multi-line function call not indented correctly; expected 0 spaces but found 4
Open

    ).'

Multi-line function call not indented correctly; expected 4 spaces but found 8
Open

        [],

Multi-line function call not indented correctly; expected 4 spaces but found 8
Open

        'user_course_report',

Multi-line function call not indented correctly; expected 0 spaces but found 4
Open

    ).'

Multi-line function call not indented correctly; expected 4 spaces but found 8
Open

        $url,

Multi-line function call not indented correctly; expected 4 spaces but found 8
Open

        null,

Multi-line function call not indented correctly; expected 4 spaces but found 8
Open

        $extra_params,

Multi-line function call not indented correctly; expected 4 spaces but found 8
Open

        $column_model,

Multi-line function call not indented correctly; expected 4 spaces but found 8
Open

        true

Multi-line function call not indented correctly; expected 4 spaces but found 8
Open

        $columns,

There are no issues that match your filters.

Category
Status