Asymptix/Framework

View on GitHub
conf/langs/en.php

Summary

Maintainability
A
0 mins
Test Coverage

The class __TIPS is not named in CamelCase.
Open

class __TIPS {

}
Severity: Minor
Found in conf/langs/en.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

The class __ERRORS is not named in CamelCase.
Open

class __ERRORS {
    const EMPTY_FIELD = "Field can't be empty";
}
Severity: Minor
Found in conf/langs/en.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

The class __DIALOGS is not named in CamelCase.
Open

class __DIALOGS {

}
Severity: Minor
Found in conf/langs/en.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

The class __LANG is not named in CamelCase.
Open

class __LANG {

}
Severity: Minor
Found in conf/langs/en.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

The class __MESSAGES is not named in CamelCase.
Open

class __MESSAGES {

}
Severity: Minor
Found in conf/langs/en.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

There are no issues that match your filters.

Category
Status