chamilo/chamilo-lms

View on GitHub
public/main/session/scheduled_announcement.php

Summary

Maintainability
A
0 mins
Test Coverage

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

        $actionLinks,

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

        $tool_name = get_lang('Edit');

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

        $url,

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

        $extraParams,

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

        $columnModel,

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

        [],

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

$tool_name = get_lang('Scheduled announcements');

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

        $columns,

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

        'programmed',

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

        true

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

        $tool_name = get_lang('Add');

A cast statement must be followed by a single space
Open

            $values['sent'] = isset($values['sent']) ? (int)$values['sent'] : 0;

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

        $columns,

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

        $actionLinks,

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

        $columnModel,

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

        $extraParams,

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

        'programmed',

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

        true

There are no issues that match your filters.

Category
Status