qcubed/framework

View on GitHub
install/project/includes/codegen/controls/QIntegerTextBox_CodeGenerator.class.php

Summary

Maintainability
A
0 mins
Test Coverage

The class QIntegerTextBox_CodeGenerator is not named in CamelCase.
Open

    class QIntegerTextBox_CodeGenerator extends QIntegerTextBoxBase_CodeGenerator {
    }

CamelCaseClassName

Since: 0.2

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

Example

class class_name {
}

Source

There are no issues that match your filters.

Category
Status