chamilo/chamilo-lms

View on GitHub
public/main/gradebook/gradebook_flatview.php

Summary

Maintainability
A
0 mins
Test Coverage

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

$simple_search_form = new UserForm(

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

    $export_pdf_form = new DataForm(

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

        $printable_data[1],

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

        $user_id = null;

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

                $export->exportCompleteReportDOC($printable_data);

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

                $export->exportCompleteReportXLS($printable_data);

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

    $cat[0],

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

    $simple_search_form

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

$current_course_tool = TOOL_GRADEBOOK;

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

        $printable_data[0],

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

            $user_id = api_get_user_id();

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

    $showlink,

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

    $simple_search_form

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

$values = $simple_search_form->exportValues();

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

                $export->exportCompleteReportCSV($printable_data);

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

    $category_id = (int) $_GET['selectcat'];

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

        $params = $export_pdf_form->exportValues();

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

        $printable_data = GradebookUtils::get_printable_data(

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

    api_get_self().'?selectcat='.$category_id.'&'.api_get_cidreq()

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

$this_section = SECTION_COURSES;

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

$category_id = 0;

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

        $simple_search_form

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

if ($simple_search_form->validate() && empty($keyword)) {

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

    $export_pdf_form->display();

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

    $showeval,

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

    if ($export_pdf_form->validate()) {

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

    $printable_data = GradebookUtils::get_printable_data(

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

    $simple_search_form

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

    $cat[0],

Line indented incorrectly; expected at least 4 spaces, found 0
Open

);

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

    $showlink,

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

    $showeval,

There are no issues that match your filters.

Category
Status