chamilo/chamilo-lms

View on GitHub
public/main/lp/lp_add.php

Summary

Maintainability
A
0 mins
Test Coverage

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

        $published_on,
Severity: Minor
Found in public/main/lp/lp_add.php by phpcodesniffer

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

        $expired_on,
Severity: Minor
Found in public/main/lp/lp_add.php by phpcodesniffer

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

if ((!$is_allowed_to_edit) || $isStudentView) {
Severity: Minor
Found in public/main/lp/lp_add.php by phpcodesniffer

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

        $published_on = $_REQUEST['published_on'];
Severity: Minor
Found in public/main/lp/lp_add.php by phpcodesniffer

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

        $expired_on = $_REQUEST['expired_on'];
Severity: Minor
Found in public/main/lp/lp_add.php by phpcodesniffer

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

    $expired_on = null;
Severity: Minor
Found in public/main/lp/lp_add.php by phpcodesniffer

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

$this_section = SECTION_COURSES;
Severity: Minor
Found in public/main/lp/lp_add.php by phpcodesniffer

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

    $published_on = null;
Severity: Minor
Found in public/main/lp/lp_add.php by phpcodesniffer

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

$is_allowed_to_edit = api_is_allowed_to_edit(null, true);
Severity: Minor
Found in public/main/lp/lp_add.php by phpcodesniffer

There are no issues that match your filters.

Category
Status