chamilo/chamilo-lms

View on GitHub
public/main/plagiarism/compilatio/compiladmin.php

Summary

Maintainability
A
0 mins
Test Coverage

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

$total_space = $quotas->space / 1000000;

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

            'test',

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

            if (Compilatio::isMd5($id_compi)) {

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

$use_space = number_format($quotas->usedSpace / 1000000, 2);

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

            'Doc de test',

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

            $text

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

            'text/plain',

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

            'test',

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

            $id_compi = $compilatio->SendDoc(

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

        );

Closing brace indented incorrectly; expected 0 spaces, found 4
Open

    }

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

            'text/plain',

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

            'test',

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

            $text

Line indented incorrectly; expected 4 spaces, found 12
Open

            }

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

        );

Line indented incorrectly; expected 4 spaces, found 8
Open

        }

Line indented incorrectly; expected 0 spaces, found 4
Open

    }

Closing brace indented incorrectly; expected 0 spaces, found 4
Open

    }

Line indented incorrectly; expected 4 spaces, found 12
Open

            if (Compilatio::isMd5($id_compi)) {

Line indented incorrectly; expected 4 spaces, found 12
Open

            } else {

Line indented incorrectly; expected 4 spaces, found 8
Open

        if ($compilatio) {

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

            'Doc de test',

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

            'test',

Line indented incorrectly; expected 4 spaces, found 8
Open

        } else {

There are no issues that match your filters.

Category
Status