chamilo/chamilo-lms

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

Summary

Maintainability
A
0 mins
Test Coverage

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['height'] = 'auto';

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

        true

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

$column_model = $obj->getJqgridColumnModel();

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

$action_links = $obj->getJqgridActionLinks($token);

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

        $obj->type.'_fields',

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

        $extra_params,

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

        $action_links,

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

$tool_name = null;

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

        $columns,

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

        $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

        $url,

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

$extra_params['sortname'] = 'field_order';

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

Display::display_header($tool_name);

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

        $action_links,

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

        $action_links,

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

        $columns,

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

        $obj->type.'_fields',

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

        $column_model,

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

        true

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

        [],

There are no issues that match your filters.

Category
Status