chamilo/chamilo-lms

View on GitHub
public/main/survey/ch_pagebreak.php

Summary

Maintainability
A
0 mins
Test Coverage

The class ch_pagebreak is not named in CamelCase.
Open

class ch_pagebreak extends survey_question
{
}
Severity: Minor
Found in public/main/survey/ch_pagebreak.php by phpmd

CamelCaseClassName

Since: 0.2

It is considered best practice to use the CamelCase notation to name classes.

Example

class class_name {
}

Source

Class name "ch_pagebreak" is not in camel caps format
Open

class ch_pagebreak extends survey_question

There are no issues that match your filters.

Category
Status