chamilo/chamilo-lms

View on GitHub
public/main/mail_template/list.php

Summary

Maintainability
A
0 mins
Test Coverage

Multi-line function call not indented correctly; expected 20 spaces but found 24
Open

                        Display::return_message(get_lang('ItemUpdated').': '.$values['title'], 'confirm')

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

                '.Display::grid_js('mail_template', $url, $columns, $column_model, $extra_params, [], $action_links, true).'

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

        $extra_params['autowidth'] = 'true'; //use the width of the parent

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

                '.Display::grid_js('mail_template', $url, $columns, $column_model, $extra_params, [], $action_links, true).'

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

        $action_links = 'function action_formatter (cellvalue, options, rowObject) {

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

        $column_model = [

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

                '.Display::grid_js('mail_template', $url, $columns, $column_model, $extra_params, [], $action_links, true).'

Multi-line function call not indented correctly; expected 16 spaces but found 20
Open

                    );

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

        $extra_params['height'] = 'auto'; //use the width of the parent

Multi-line function call not indented correctly; expected 16 spaces but found 20
Open

                    );

Multi-line function call not indented correctly; expected 20 spaces but found 24
Open

                        Display::return_message(get_lang('ItemUpdated').': '.$values['title'], 'confirm')

There are no issues that match your filters.

Category
Status